]> granicus.if.org Git - vim/commitdiff
updated for version 7.3.375 v7.3.375
authorBram Moolenaar <Bram@vim.org>
Wed, 14 Dec 2011 14:07:29 +0000 (15:07 +0100)
committerBram Moolenaar <Bram@vim.org>
Wed, 14 Dec 2011 14:07:29 +0000 (15:07 +0100)
Problem:    Duplicate return statement.
Solution:   Remove the superfluous one. (Dominique Pelle)

src/gui_mac.c
src/version.c

index 0a8b0bcc533d7864e265289e7592d17b5e02312a..69c1903016a218a84b702c551453f503b79c3ef3 100644 (file)
@@ -3216,7 +3216,7 @@ gui_mch_new_colors(void)
 {
     /* TODO:
      * This proc is called when Normal is set to a value
-     * so what msut be done? I don't know
+     * so what must be done? I don't know
      */
 }
 
@@ -3303,7 +3303,6 @@ gui_mch_get_winpos(int *x, int *y)
     *x = bounds.left;
     *y = bounds.top;
     return OK;
-    return FAIL;
 }
 
 /*
index 0b8b1c04b26222c793dfe88977dfd6bcd2603555..e1dd495186fba9643a94e5dbc92acb179dd9d89b 100644 (file)
@@ -714,6 +714,8 @@ static char *(features[]) =
 
 static int included_patches[] =
 {   /* Add new patch number below this line */
+/**/
+    375,
 /**/
     374,
 /**/