aboutsummaryrefslogtreecommitdiffstats
path: root/gtk/smb2_stat.c
diff options
context:
space:
mode:
authorGuy Harris <guy@alum.mit.edu>2006-02-12 00:54:56 +0000
committerGuy Harris <guy@alum.mit.edu>2006-02-12 00:54:56 +0000
commitea82d47d0cb2f947978cac9135d40c521ff6eee5 (patch)
tree20ed101e467112bca3a9559e94b0524af456ab13 /gtk/smb2_stat.c
parent2af7f6b948c8adab08d4cb1ba92dda69ba91293b (diff)
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
Diffstat (limited to 'gtk/smb2_stat.c')
-rw-r--r--gtk/smb2_stat.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/gtk/smb2_stat.c b/gtk/smb2_stat.c
index 8d61302d9b..76b87900ce 100644
--- a/gtk/smb2_stat.c
+++ b/gtk/smb2_stat.c
@@ -129,7 +129,7 @@ win_destroy_cb(GtkWindow *win _U_, gpointer data)
static void
-gtk_smb2stat_init(const char *optarg)
+gtk_smb2stat_init(const char *optarg, void *userdata _U_)
{
smb2stat_t *ss;
const char *filter=NULL;