aboutsummaryrefslogtreecommitdiffstats
path: root/gtk
diff options
context:
space:
mode:
authorBill Meier <wmeier@newsguy.com>2010-03-22 15:18:06 +0000
committerBill Meier <wmeier@newsguy.com>2010-03-22 15:18:06 +0000
commitdabad92be60b25981b052028f0068cd2c4409408 (patch)
treebef68b096928eb0e62eb197eb30af3917a0c81c3 /gtk
parent371b8ec65be2d30b331f2c41bf64cb661eef0328 (diff)
downloadwireshark-dabad92be60b25981b052028f0068cd2c4409408.tar.gz
wireshark-dabad92be60b25981b052028f0068cd2c4409408.tar.bz2
wireshark-dabad92be60b25981b052028f0068cd2c4409408.zip
Fix a gcc -Wshadow warning inadvertantly introduced in SVN #32262.
svn path=/trunk/; revision=32264
Diffstat (limited to 'gtk')
-rw-r--r--gtk/capture_file_dlg.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/gtk/capture_file_dlg.c b/gtk/capture_file_dlg.c
index 29d9b8b2bd..43f409c5b6 100644
--- a/gtk/capture_file_dlg.c
+++ b/gtk/capture_file_dlg.c
@@ -1391,7 +1391,7 @@ static void file_save_as_exists_answered_cb(gpointer dialog _U_, gint btn, gpoin
/* user pressed "Save" dialog "Ok" button */
static void
-file_save_as_ok_cb(GtkWidget *file_save_as_w _U_, gpointer fs) {
+file_save_as_ok_cb(GtkWidget *w _U_, gpointer fs) {
gchar *cf_name;
gpointer dialog;