From c1ab67674aa0dfdcf9f0e9701ac248e3eb41b19c Mon Sep 17 00:00:00 2001 From: Bram Moolenaar Date: Sat, 30 Jan 2016 19:45:49 +0100 Subject: patch 7.4.1212 Problem: Can't build with Motif. Solution: Fix function declaration.(Dominique Pelle) --- src/gui_motif.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'src/gui_motif.c') diff --git a/src/gui_motif.c b/src/gui_motif.c index 72a2915290..3d77b82cdb 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; -- cgit v1.2.3