summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--src/gui_motif.c2
-rw-r--r--src/version.c2
2 files changed, 3 insertions, 1 deletions
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;
diff --git a/src/version.c b/src/version.c
index 4858b6a5a2..29dff3a625 100644
--- a/src/version.c
+++ b/src/version.c
@@ -747,6 +747,8 @@ static char *(features[]) =
static int included_patches[] =
{ /* Add new patch number below this line */
/**/
+ 1212,
+/**/
1211,
/**/
1210,