diff options
author | Daniel Caujolle-Bert <f1rmb@users.sourceforge.net> | 2001-05-11 17:15:45 +0000 |
---|---|---|
committer | Daniel Caujolle-Bert <f1rmb@users.sourceforge.net> | 2001-05-11 17:15:45 +0000 |
commit | 00d21a2b2994e685bc7ae4eb19186ad9c01de359 (patch) | |
tree | f91f8ed248c6dc014521a2890628fa84cb83dd85 /src | |
parent | aa0169595e98abfc47eba8bc9eb6023860138039 (diff) | |
download | xine-lib-00d21a2b2994e685bc7ae4eb19186ad9c01de359.tar.gz xine-lib-00d21a2b2994e685bc7ae4eb19186ad9c01de359.tar.bz2 |
Fix CPP typo.
CVS patchset: 72
CVS date: 2001/05/11 17:15:45
Diffstat (limited to 'src')
-rw-r--r-- | src/input/input_vcd.c | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/src/input/input_vcd.c b/src/input/input_vcd.c index d80b36088..ebf3e0d14 100644 --- a/src/input/input_vcd.c +++ b/src/input/input_vcd.c @@ -17,7 +17,7 @@ * along with this program; if not, write to the Free Software * Foundation, Inc., 59 Temple Place - Suite 330, Boston, MA 02111-1307, USA * - * $Id: input_vcd.c,v 1.5 2001/05/07 02:25:00 f1rmb Exp $ + * $Id: input_vcd.c,v 1.6 2001/05/11 17:15:45 f1rmb Exp $ */ #ifdef HAVE_CONFIG_H @@ -682,7 +682,7 @@ static mrl_t **vcd_plugin_get_dir (input_plugin_t *this_gen, perror ("unable to open /dev/cdroms/cdrom"); #else perror ("unable to open /dev/cdrom"); -#endi +#endif return NULL; } |