commit | f27839c1a9e7390bb850d768e1146014b221cc43 | [log] [tgz] |
---|---|---|
author | Bram Moolenaar <Bram@vim.org> | Fri Jun 29 16:19:50 2012 +0200 |
committer | Bram Moolenaar <Bram@vim.org> | Fri Jun 29 16:19:50 2012 +0200 |
tree | 00e23ab2884093eb62f81f3f17fd36d7fc646c76 | |
parent | 11b73d668f6209acbe06988a804028c5c86799d2 [diff] [blame] |
updated for version 7.3.578 Problem: Misplaced declaration. Solution: Move declaration to start of block.
diff --git a/src/version.c b/src/version.c index 58bb473..9ab5188 100644 --- a/src/version.c +++ b/src/version.c
@@ -715,6 +715,8 @@ static int included_patches[] = { /* Add new patch number below this line */ /**/ + 578, +/**/ 577, /**/ 576,