diff options
-rw-r--r-- | src/gui_motif.c | 2 | ||||
-rw-r--r-- | src/version.c | 2 |
2 files changed, 3 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; diff --git a/src/version.c b/src/version.c index 4858b6a5a..29dff3a62 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, |