commit | a7014df97532a4171276aa7e3b878e80e88e513c | [log] [tgz] |
---|---|---|
author | Bram Moolenaar <Bram@vim.org> | Fri Jun 29 12:35:44 2012 +0200 |
committer | Bram Moolenaar <Bram@vim.org> | Fri Jun 29 12:35:44 2012 +0200 |
tree | 75a8c7d1a2204e0941b19556bc583f74c43bfee4 | |
parent | 002850940e84c399dcbf2082f08cae36cc44e7b1 [diff] [blame] |
updated for version 7.3.568 Problem: Bad indents for #ifdefs. Solution: Add and remove spaces. (Elias Diem)
diff --git a/src/version.c b/src/version.c index ace245b..0400238 100644 --- a/src/version.c +++ b/src/version.c
@@ -715,6 +715,8 @@ static int included_patches[] = { /* Add new patch number below this line */ /**/ + 568, +/**/ 567, /**/ 566,