summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--src/dosinst.c2
-rw-r--r--src/version.c2
2 files changed, 3 insertions, 1 deletions
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
@@ -762,6 +762,8 @@ static char *(features[]) =
static int included_patches[] =
{ /* Add new patch number below this line */
/**/
+ 1233,
+/**/
1232,
/**/
1231,