[vlc-devel] commit: Fix crash on startup (Geoffroy Couprie )
git version control
git at videolan.org
Fri Oct 2 00:14:26 CEST 2009
vlc | branch: master | Geoffroy Couprie <geal at videolan.org> | Wed Jun 10 17:48:24 2009 +0200| [066359b597d2d75bd1c07b5189aad328baaa8d52] | committer: Christophe Mutricy
Fix crash on startup
(cherry picked from commit c5a00ce762d2406dbb23c6a12bf3e2e9e5363834)
Signed-off-by: Christophe Mutricy <xtophe at videolan.org>
> http://git.videolan.org/gitweb.cgi/vlc.git/?a=commit;h=066359b597d2d75bd1c07b5189aad328baaa8d52
---
src/libvlc-module.c | 2 +-
1 files changed, 1 insertions(+), 1 deletions(-)
diff --git a/src/libvlc-module.c b/src/libvlc-module.c
index 59abaa9..d22ce8b 100644
--- a/src/libvlc-module.c
+++ b/src/libvlc-module.c
@@ -114,7 +114,7 @@ static const char *const ppsz_language_text[] =
"Italiano",
"日本語",
"한국어",
- "Монгол хэл"
+ "Монгол хэл",
"Melayu",
"ភាសាខ្មែរ",
"Occitan",
More information about the vlc-devel
mailing list