From b9fce6cbf7ed0a2766582c5db797ccf99a838a13 Mon Sep 17 00:00:00 2001 From: Bram Moolenaar Date: Sat, 28 Oct 2017 18:50:01 +0200 Subject: [PATCH] patch 8.0.1233: typo in dos installer Problem: Typo in dos installer. Solution: Remove comma. --- src/dosinst.c | 2 +- src/version.c | 2 ++ 2 files changed, 3 insertions(+), 1 deletion(-) diff --git a/src/dosinst.c b/src/dosinst.c index 5a4caac42..94e866953 100644 --- a/src/dosinst.c +++ b/src/dosinst.c @@ -86,7 +86,7 @@ char *remap_text = "- %s"; enum { mouse_xterm = 1, - mouse_mswin,, + mouse_mswin, mouse_default }; char *(mouse_choices[]) = diff --git a/src/version.c b/src/version.c index c600dc9cc..d6b3209d7 100644 --- a/src/version.c +++ b/src/version.c @@ -761,6 +761,8 @@ static char *(features[]) = static int included_patches[] = { /* Add new patch number below this line */ +/**/ + 1233, /**/ 1232, /**/ -- 2.50.1