]> git.sesse.net Git - vlc/commitdiff
Fix horrible bug in language id list (must have broken the language selection dialog...
authorAntoine Cellerier <dionoea@videolan.org>
Mon, 10 Sep 2007 21:25:06 +0000 (21:25 +0000)
committerAntoine Cellerier <dionoea@videolan.org>
Mon, 10 Sep 2007 21:25:06 +0000 (21:25 +0000)
src/libvlc-module.c

index cdf42aaaed13cfded76dfdc90444bab78c0ec072..a71e397ce29e91f37989ea37314496ddf0164e59 100644 (file)
@@ -39,7 +39,7 @@
 
 #if defined (WIN32) || defined (__APPLE__)
 static const char *ppsz_language[] =
-{ "auto", "ar", "en", "en_GB", "ca", "cs", "da", "de", "es", "fa"  "fr", "gl",
+{ "auto", "ar", "en", "en_GB", "ca", "cs", "da", "de", "es", "fa", "fr", "gl",
     "he", "hu", "it", "ja", "ka", "ko", "ms", "nl", "oc", "pl", "pt_BR", "ro",
     "ru", "sk", "sl", "sv", "tr", "zh_CN", "zh_TW" };