commit | b9fce6cbf7ed0a2766582c5db797ccf99a838a13 | [log] [tgz] |
---|---|---|
author | Bram Moolenaar <Bram@vim.org> | Sat Oct 28 18:50:01 2017 +0200 |
committer | Bram Moolenaar <Bram@vim.org> | Sat Oct 28 18:50:01 2017 +0200 |
tree | 6bf2f58ea3005dc23388f5d35cee5b3c27c570d1 | |
parent | c3fdf7f80b2febdd8a8f7a1310631567d257d66a [diff] [blame] |
patch 8.0.1233: typo in dos installer Problem: Typo in dos installer. Solution: Remove comma.
diff --git a/src/dosinst.c b/src/dosinst.c index 5a4caac..94e8669 100644 --- a/src/dosinst.c +++ b/src/dosinst.c
@@ -86,7 +86,7 @@ enum { mouse_xterm = 1, - mouse_mswin,, + mouse_mswin, mouse_default }; char *(mouse_choices[]) =