[vlc-devel] commit: State what is the current stop condition in iso639_lang_t. ( Laurent Aimar )
git version control
git at videolan.org
Tue Jul 14 01:34:48 CEST 2009
vlc | branch: master | Laurent Aimar <fenrir at videolan.org> | Tue Jul 14 01:33:55 2009 +0200| [bc366fcd4dd299935beed5cf8cac0254ca2849fb] | committer: Laurent Aimar
State what is the current stop condition in iso639_lang_t.
> http://git.videolan.org/gitweb.cgi/vlc.git/?a=commit;h=bc366fcd4dd299935beed5cf8cac0254ca2849fb
---
src/text/iso-639_def.h | 2 ++
1 files changed, 2 insertions(+), 0 deletions(-)
diff --git a/src/text/iso-639_def.h b/src/text/iso-639_def.h
index 3c94626..ac90dc3 100644
--- a/src/text/iso-639_def.h
+++ b/src/text/iso-639_def.h
@@ -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, "", "", "" }
};
More information about the vlc-devel
mailing list