[vlc-devel] commit: Typo (Christophe Mutricy )

git version control git at videolan.org
Fri Aug 8 00:15:48 CEST 2008


vlc | branch: master | Christophe Mutricy <xtophe at videolan.org> | Thu Aug  7 23:18:29 2008 +0100| [1ef79a2b1a84eabb81bf1fabcb8a76be0f84f5db] | committer: Christophe Mutricy 

Typo

> http://git.videolan.org/gitweb.cgi/vlc.git/?a=commit;h=1ef79a2b1a84eabb81bf1fabcb8a76be0f84f5db
---

 modules/gui/qt4/qt4.cpp |    2 +-
 1 files changed, 1 insertions(+), 1 deletions(-)

diff --git a/modules/gui/qt4/qt4.cpp b/modules/gui/qt4/qt4.cpp
index 3beeb3e..c249921 100644
--- a/modules/gui/qt4/qt4.cpp
+++ b/modules/gui/qt4/qt4.cpp
@@ -389,7 +389,7 @@ static void *Init( vlc_object_t *obj )
 #   if defined (WIN32) || defined (__APPLE__)
     char* psz_tmp = config_GetPsz( p_intf, "language" );
     QString lang = qfu( psz_tmp );
-    free( psz_tmp;
+    free( psz_tmp);
     if (lang == "auto")
         lang = QLocale::system().name();
 #   else




More information about the vlc-devel mailing list