summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--Gui/app.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/Gui/app.c b/Gui/app.c
index 3c0e04f1bb..bb17578117 100644
--- a/Gui/app.c
+++ b/Gui/app.c
@@ -107,7 +107,7 @@ void appInit( int argc,char* argv[], char *envp[] )
if ( ( skinMPlayerDir=(char *)calloc( 1,strlen( appMPlayerDir ) + 5 ) ) != NULL )
{ strcpy( skinMPlayerDir,appMPlayerDir ); strcat( skinMPlayerDir,"/Skin" ); }
- initDebug();
+ initDebug(NULL);
cfgDefaults();
cfgRead();