Skip to content

Commit b9fce6c

Browse files
committed
patch 8.0.1233: typo in dos installer
Problem: Typo in dos installer. Solution: Remove comma.
1 parent c3fdf7f commit b9fce6c

File tree

2 files changed

+3
-1
lines changed

2 files changed

+3
-1
lines changed

src/dosinst.c

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -86,7 +86,7 @@ char *remap_text = "- %s";
8686
enum
8787
{
8888
mouse_xterm = 1,
89-
mouse_mswin,,
89+
mouse_mswin,
9090
mouse_default
9191
};
9292
char *(mouse_choices[]) =

src/version.c

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -761,6 +761,8 @@ static char *(features[]) =
761761

762762
static int included_patches[] =
763763
{ /* Add new patch number below this line */
764+
/**/
765+
1233,
764766
/**/
765767
1232,
766768
/**/

0 commit comments

Comments
 (0)