diff --git a/src/gui_w32.c b/src/gui_w32.c
index c8f409c46f5ed138df94d0fd1218a5868acb2608..e644813199f9a659a3913cfd9164c0acc8503d7b 100644
--- a/src/gui_w32.c
+++ b/src/gui_w32.c
@@ -1,4 +1,4 @@
-s, if any./* vi:set ts=8 sts=4 sw=4:
+/* vi:set ts=8 sts=4 sw=4:
  *
  * VIM - Vi IMproved		by Bram Moolenaar
  *				GUI support by Robert Webb
diff --git a/src/version.c b/src/version.c
index ddee2077e25ab20507d8cc843bde23cec965ba8f..c0f9b4b693c930958ec4662b5cf2e22eb3424cf1 100644
--- a/src/version.c
+++ b/src/version.c
@@ -666,6 +666,8 @@ static char *(features[]) =
 
 static int included_patches[] =
 {   /* Add new patch number below this line */
+/**/
+    1,
 /**/
     0
 };