]> git.sesse.net Git - vlc/blobdiff - src/text/iso-639_def.h
Use var_Inherit* instead of var_CreateGet*.
[vlc] / src / text / iso-639_def.h
index 3c94626d1b5ec34a8f2f6042476635930adfd2cb..ac90dc39cf4a6ddafbdb1428a5ae31d59bd5fb9f 100644 (file)
@@ -201,6 +201,8 @@ static const iso639_lang_t p_languages[] =
     { N_( "Yoruba" ),           "",            "yo", "yor", "yor" },
     { N_( "Zhuang" ),           "",            "za", "zha", "zha" },
     { N_( "Zulu" ),             "",            "zu", "zul", "zul" },
+
+    /* XXX psz_eng_name MUST be NULL on the last item as it is the stop condition */
     { NULL,                   NULL,            "",   "",    "" }
 };