aboutsummaryrefslogtreecommitdiffstats
path: root/gtk/ansi_map_stat.c
diff options
context:
space:
mode:
Diffstat (limited to 'gtk/ansi_map_stat.c')
-rw-r--r--gtk/ansi_map_stat.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/gtk/ansi_map_stat.c b/gtk/ansi_map_stat.c
index 9e5d5f5139..52a8101f14 100644
--- a/gtk/ansi_map_stat.c
+++ b/gtk/ansi_map_stat.c
@@ -285,7 +285,7 @@ ansi_map_stat_draw(
static void
ansi_map_stat_gtk_win_destroy_cb(
GtkWindow *win _U_,
- gpointer user_data _U_)
+ gpointer user_data)
{
memset((void *) user_data, 0, sizeof(ansi_map_stat_dlg_t));
}