From: Bram Moolenaar Date: Wed, 14 Dec 2011 14:07:29 +0000 (+0100) Subject: updated for version 7.3.375 X-Git-Tag: v7.3.375 X-Git-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=68dfcdf7251f8624e2ebf916466f4a6035597f41;p=vim updated for version 7.3.375 Problem: Duplicate return statement. Solution: Remove the superfluous one. (Dominique Pelle) --- diff --git a/src/gui_mac.c b/src/gui_mac.c index 0a8b0bcc5..69c190301 100644 --- a/src/gui_mac.c +++ b/src/gui_mac.c @@ -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; } /* diff --git a/src/version.c b/src/version.c index 0b8b1c04b..e1dd49518 100644 --- a/src/version.c +++ b/src/version.c @@ -714,6 +714,8 @@ static char *(features[]) = static int included_patches[] = { /* Add new patch number below this line */ +/**/ + 375, /**/ 374, /**/