]> granicus.if.org Git - vim/commitdiff
updated for version 7.3.035 v7.3.035
authorBram Moolenaar <Bram@vim.org>
Sun, 24 Oct 2010 12:33:43 +0000 (14:33 +0200)
committerBram Moolenaar <Bram@vim.org>
Sun, 24 Oct 2010 12:33:43 +0000 (14:33 +0200)
Problem:    Stray semicolon after if statement. (Hari G)
Solution:   Remove the semicolon.

src/os_win32.c
src/version.c

index 100c39567e65174e9d258888c67ccd83061edd70..3fdd41b6dba51827ae877e31479664bca6e08ea4 100644 (file)
@@ -231,7 +231,7 @@ get_exe_name(void)
             * "!xxd" it's found in our starting directory.  Needed because
             * SearchPath() also looks there. */
            p = mch_getenv("PATH");
-           if (STRLEN(p) + STRLEN(exe_path) + 2 < MAXPATHL);
+           if (STRLEN(p) + STRLEN(exe_path) + 2 < MAXPATHL)
            {
                STRCPY(temp, p);
                STRCAT(temp, ";");
index 934903ddd9173bc17d73a5d013507732a5f6b55f..e0f73f25f2a2984a0d10134126d777ea481735e9 100644 (file)
@@ -714,6 +714,8 @@ static char *(features[]) =
 
 static int included_patches[] =
 {   /* Add new patch number below this line */
+/**/
+    35,
 /**/
     34,
 /**/