From ea82d47d0cb2f947978cac9135d40c521ff6eee5 Mon Sep 17 00:00:00 2001 From: Guy Harris Date: Sun, 12 Feb 2006 00:54:56 +0000 Subject: Add userdata arguments to a bunch of stat initialization routines to squelch compiler warnings. Tag one existing such argument as unused to squelch another warning. Fix up some indentation. svn path=/trunk/; revision=17261 --- gtk/fc_stat.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'gtk/fc_stat.c') diff --git a/gtk/fc_stat.c b/gtk/fc_stat.c index d7aaac2dc7..4855b2efe4 100644 --- a/gtk/fc_stat.c +++ b/gtk/fc_stat.c @@ -129,7 +129,7 @@ win_destroy_cb(GtkWindow *win _U_, gpointer data) static void -gtk_fcstat_init(const char *optarg) +gtk_fcstat_init(const char *optarg, void *userdata _U_) { fcstat_t *fc; const char *filter=NULL; -- cgit v1.2.3