aboutsummaryrefslogtreecommitdiffstats
path: root/ui/gtk/mtp3_stat.c
diff options
context:
space:
mode:
authorBill Meier <wmeier@newsguy.com>2012-12-06 20:59:53 +0000
committerBill Meier <wmeier@newsguy.com>2012-12-06 20:59:53 +0000
commitae68f42297198ee651f9b8ebe4aa822beb3fb725 (patch)
tree1a31265094a378bb7d7d8c0de9949e2f729afd8d /ui/gtk/mtp3_stat.c
parent35b912bcbf7674f34e934c583ecfcea40c74bf64 (diff)
Fix [-Wshadow] warnings.
svn path=/trunk/; revision=46426
Diffstat (limited to 'ui/gtk/mtp3_stat.c')
-rw-r--r--ui/gtk/mtp3_stat.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/ui/gtk/mtp3_stat.c b/ui/gtk/mtp3_stat.c
index 4db431c1ff..6537db3097 100644
--- a/ui/gtk/mtp3_stat.c
+++ b/ui/gtk/mtp3_stat.c
@@ -412,7 +412,7 @@ void mtp3_stat_gtk_cb(GtkAction *action _U_, gpointer user_data _U_)
static void
-mtp3_stat_gtk_init( const char *optarg _U_, void* userdata _U_)
+mtp3_stat_gtk_init( const char *opt_arg _U_, void* userdata _U_)
{
mtp3_stat_gtk_cb(NULL, NULL);
}