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/wsp_stat.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'gtk/wsp_stat.c') diff --git a/gtk/wsp_stat.c b/gtk/wsp_stat.c index f8d612ca26..b7830223d2 100644 --- a/gtk/wsp_stat.c +++ b/gtk/wsp_stat.c @@ -303,7 +303,7 @@ wsp_init_table(wspstat_t *sp) /* When called, this function will create a new instance of gtk2-wspstat. */ static void -gtk_wspstat_init(const char *optarg) +gtk_wspstat_init(const char *optarg, void *userdata _U_) { wspstat_t *sp; const char *filter=NULL; -- cgit v1.2.1