diff options
Diffstat (limited to 'src/gui_motif.c')
-rw-r--r-- | src/gui_motif.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/gui_motif.c b/src/gui_motif.c index 72a291529..3d77b82cd 100644 --- a/src/gui_motif.c +++ b/src/gui_motif.c @@ -118,7 +118,7 @@ static void gui_motif_scroll_colors(Widget id); */ static void -scroll_cb(Widget w UNUSED, XtPointer client_data, call_data) +scroll_cb(Widget w UNUSED, XtPointer client_data, XtPointer call_data) { scrollbar_T *sb; long value; |