summaryrefslogtreecommitdiffstats
path: root/mplayer.c
diff options
context:
space:
mode:
Diffstat (limited to 'mplayer.c')
-rw-r--r--mplayer.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/mplayer.c b/mplayer.c
index 3caa3901fa..f421ab7a84 100644
--- a/mplayer.c
+++ b/mplayer.c
@@ -775,7 +775,7 @@ current_module = NULL;
#ifdef HAVE_NEW_GUI
if(use_gui){
- guiInit( argc,argv,envp );
+ guiInit();
inited_flags|=INITED_GUI;
guiGetEvent( guiCEvent,(char *)((gui_no_filename) ? 0 : 1) );
}