Commit bc366fcd authored by Laurent Aimar's avatar Laurent Aimar

State what is the current stop condition in iso639_lang_t.

parent f36e9bec
...@@ -201,6 +201,8 @@ static const iso639_lang_t p_languages[] = ...@@ -201,6 +201,8 @@ static const iso639_lang_t p_languages[] =
{ N_( "Yoruba" ), "", "yo", "yor", "yor" }, { N_( "Yoruba" ), "", "yo", "yor", "yor" },
{ N_( "Zhuang" ), "", "za", "zha", "zha" }, { N_( "Zhuang" ), "", "za", "zha", "zha" },
{ N_( "Zulu" ), "", "zu", "zul", "zul" }, { N_( "Zulu" ), "", "zu", "zul", "zul" },
/* XXX psz_eng_name MUST be NULL on the last item as it is the stop condition */
{ NULL, NULL, "", "", "" } { NULL, NULL, "", "", "" }
}; };
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