summaryrefslogtreecommitdiffstats
path: root/gui/mplayer/gtk/about.c
diff options
context:
space:
mode:
Diffstat (limited to 'gui/mplayer/gtk/about.c')
-rw-r--r--gui/mplayer/gtk/about.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/gui/mplayer/gtk/about.c b/gui/mplayer/gtk/about.c
index ea3adf0717..e941ca908b 100644
--- a/gui/mplayer/gtk/about.c
+++ b/gui/mplayer/gtk/about.c
@@ -34,7 +34,7 @@ void ShowAboutBox( void )
gtk_widget_show( About );
}
-void abWidgetDestroy( GtkWidget * widget,GtkWidget ** widget_pointer )
+static void abWidgetDestroy( GtkWidget * widget, GtkWidget ** widget_pointer )
{ WidgetDestroy( NULL,&About ); }
GtkWidget * create_About( void )