From b9fce6cbf7ed0a2766582c5db797ccf99a838a13 Mon Sep 17 00:00:00 2001 From: Bram Moolenaar Date: Sat, 28 Oct 2017 18:50:01 +0200 Subject: patch 8.0.1233: typo in dos installer Problem: Typo in dos installer. Solution: Remove comma. --- src/dosinst.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'src/dosinst.c') 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[]) = -- cgit v1.2.1