]> granicus.if.org Git - vim/commitdiff
updated for version 7.3.208 v7.3.208
authorBram Moolenaar <Bram@vim.org>
Sun, 12 Jun 2011 18:33:38 +0000 (20:33 +0200)
committerBram Moolenaar <Bram@vim.org>
Sun, 12 Jun 2011 18:33:38 +0000 (20:33 +0200)
Problem:    Early terminated if statement.
Solution:   Remove the semicolon. (Lech Lorens)

src/gui_mac.c
src/version.c

index 4357c89250d0715659f7e47a26e45bf919149cd5..2c3356248737ed3952cfdd65b08045ab7885d185 100644 (file)
@@ -1840,7 +1840,7 @@ gui_mac_doInZoomClick(EventRecord *theEvent, WindowPtr whichWindow)
        p.v -= gui.scrollbar_height;
     p.v -= p.v % gui.char_height;
     p.v += 2 * gui.border_width;
-    if (gui.which_scrollbars[SBAR_BOTTOM]);
+    if (gui.which_scrollbars[SBAR_BOTTOM])
        p.v += gui.scrollbar_height;
 
     ZoomWindowIdeal(whichWindow, thePart, &p);
index d3c2421b91b0119cb4ca6606df14277801065e32..38835bc03be77876bc81de7eadcfecf513e70b1b 100644 (file)
@@ -709,6 +709,8 @@ static char *(features[]) =
 
 static int included_patches[] =
 {   /* Add new patch number below this line */
+/**/
+    208,
 /**/
     207,
 /**/