Skip to content

Commit c1ab676

Browse files
committed
patch 7.4.1212
Problem: Can't build with Motif. Solution: Fix function declaration.(Dominique Pelle)
1 parent 9b57814 commit c1ab676

2 files changed

Lines changed: 3 additions & 1 deletion

File tree

src/gui_motif.c

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -118,7 +118,7 @@ static void gui_motif_scroll_colors(Widget id);
118118
*/
119119

120120
static void
121-
scroll_cb(Widget w UNUSED, XtPointer client_data, call_data)
121+
scroll_cb(Widget w UNUSED, XtPointer client_data, XtPointer call_data)
122122
{
123123
scrollbar_T *sb;
124124
long value;

src/version.c

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -746,6 +746,8 @@ static char *(features[]) =
746746

747747
static int included_patches[] =
748748
{ /* Add new patch number below this line */
749+
/**/
750+
1212,
749751
/**/
750752
1211,
751753
/**/

0 commit comments

Comments
 (0)