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.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/ui/cli/tap-funnel.c b/ui/cli/tap-funnel.c
index 9fcd10ed33..8abbc50de3 100644
--- a/ui/cli/tap-funnel.c
+++ b/ui/cli/tap-funnel.c
@@ -140,7 +140,7 @@ void funnel_dump_all_text_windows(void) {
#if 0
-GHashTable* menus = NULL;;
+GHashTable* menus = NULL;
typedef struct _menu_cb_t {
void (*callback)(gpointer);
void* callback_data;