From 00d21a2b2994e685bc7ae4eb19186ad9c01de359 Mon Sep 17 00:00:00 2001 From: Daniel Caujolle-Bert Date: Fri, 11 May 2001 17:15:45 +0000 Subject: Fix CPP typo. CVS patchset: 72 CVS date: 2001/05/11 17:15:45 --- src/input/input_vcd.c | 4 ++-- 1 file 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; } -- cgit v1.2.3