diff options
Diffstat (limited to 'examples/packbox/packbox.c')
-rw-r--r-- | examples/packbox/packbox.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/examples/packbox/packbox.c b/examples/packbox/packbox.c index 726eae55f2..865fafbca0 100644 --- a/examples/packbox/packbox.c +++ b/examples/packbox/packbox.c @@ -5,7 +5,7 @@ #include "gtk/gtk.h" void -delete_event (GtkWidget *widget, GdkEvent *event, gpointer *data) +delete_event (GtkWidget *widget, GdkEvent *event, gpointer data) { gtk_main_quit (); } |