From: Felix Paul Kühne Date: Mon, 9 May 2005 16:46:13 +0000 (+0000) Subject: * fix the compilation which were accidentally broken in r10922 X-Git-Tag: 0.8.2~288 X-Git-Url: https://git.sesse.net/?a=commitdiff_plain;h=d8f3a9ae3a5bfb03bae6f8acfba5fcd9f2d31a3c;p=vlc * fix the compilation which were accidentally broken in r10922 --- diff --git a/modules/access/vcdx/vcd.c b/modules/access/vcdx/vcd.c index bc397bf027..7c924d5065 100644 --- a/modules/access/vcdx/vcd.c +++ b/modules/access/vcdx/vcd.c @@ -66,7 +66,7 @@ int E_(BlocksPerReadCallback) ( vlc_object_t *p_this, const char *psz_name, "seek-set (100) 256\n" \ "seek-cur (200) 512\n" \ "still (400) 1024\n" \ - "vcdinfo (800) 2048\n" ) + "vcdinfo (800) 2048\n" #define VCD_TITLE_FMT_LONGTEXT \ "Format used in the GUI Playlist Title. Similar to the Unix date \n" \ @@ -85,7 +85,7 @@ int E_(BlocksPerReadCallback) ( vlc_object_t *p_this, const char *psz_name, " %V : The volume set ID\n" \ " %v : The volume ID\n" \ " A number between 1 and the volume count.\n" \ -" %% : a % \n") +" %% : a % \n" /***************************************************************************** * Module descriptor