]> git.sesse.net Git - vlc/commitdiff
Typo
authorChristophe Mutricy <xtophe@videolan.org>
Thu, 7 Aug 2008 22:18:29 +0000 (23:18 +0100)
committerChristophe Mutricy <xtophe@videolan.org>
Thu, 7 Aug 2008 22:18:29 +0000 (23:18 +0100)
modules/gui/qt4/qt4.cpp

index 3beeb3e45f7a3453173512b8975d386333791086..c2499215a4ef6f259f5796c32ecc7b6b437802a1 100644 (file)
@@ -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