Commit 803dbbe6 authored by Jean-Paul Saman's avatar Jean-Paul Saman

Compiler warning

parent fb7890cf
......@@ -27,6 +27,7 @@
#define Nothing here, this is just to prevent update-po from being stupid
#include "vlc_keys.h"
#if defined (WIN32) || defined (__APPLE__)
static char *ppsz_language[] =
{ "auto", "en", "en_GB", "ca", "cs", "da", "de", "es", "fr", "gl", "he", "hu",
"it", "ja", "ka", "ko", "nl", "oc", "pt_BR", "ro", "ru", "sv", "tr",
......@@ -39,6 +40,7 @@ N_("French"), N_("Galician"), N_("Hebrew"), N_("Hungarian"),N_("Italian"),
N_("Japanese"),N_("Georgian"), N_("Korean"), N_("Dutch"), N_("Occitan"),
N_("Brazilian Portuguese"), N_("Romanian"), N_("Russian"), N_("Swedish"),
N_("Turkish"), N_("Simplified Chinese"), N_("Chinese Traditional") };
#endif
static char *ppsz_snap_formats[] =
{ "png", "jpg" };
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment