]> git.sesse.net Git - vlc/commitdiff
logger.c: Compile fix
authorChristophe Mutricy <xtophe@videolan.org>
Wed, 22 Mar 2006 14:14:10 +0000 (14:14 +0000)
committerChristophe Mutricy <xtophe@videolan.org>
Wed, 22 Mar 2006 14:14:10 +0000 (14:14 +0000)
modules/misc/logger.c

index ba969cc66c0b53a6882c70d34f7dbae8d1e7dac7..f0dfc8a7e4608c21b482d6c6330046fee2f5761f 100644 (file)
@@ -122,7 +122,7 @@ static char *mode_list_text[] = { N_("Text"), "HTML"
   "syslog instead of file.")
 #else
 #define LOGMODE_LONGTEXT N_("Specify the log format. Available choices are " \
-  \"text\" (default) and \"html\".")
+  "\"text\" (default) and \"html\".")
 #endif
 
 vlc_module_begin();