aboutsummaryrefslogtreecommitdiffstats
path: root/ui/cli/tap-funnel.c
diff options
context:
space:
mode:
Diffstat (limited to 'ui/cli/tap-funnel.c')
-rw-r--r--ui/cli/tap-funnel.c4
1 files changed, 2 insertions, 2 deletions
diff --git a/ui/cli/tap-funnel.c b/ui/cli/tap-funnel.c
index acbc89cbd4..673082e1a8 100644
--- a/ui/cli/tap-funnel.c
+++ b/ui/cli/tap-funnel.c
@@ -150,8 +150,8 @@ typedef struct _menu_cb_t {
} menu_cb_t;
-static void init_funnel_cmd(const char *optarg, void* data ) {
- gchar** args = g_strsplit(optarg,",",0);
+static void init_funnel_cmd(const char *opt_arg, void* data ) {
+ gchar** args = g_strsplit(opt_arg,",",0);
gchar** arg;
menu_cb_t* mcb = data;