commit | 97f38d954009759be5d583bbc821bef00470677f | [log] [tgz] |
---|---|---|
author | Bram Moolenaar <Bram@vim.org> | Mon Jul 16 17:26:22 2012 +0200 |
committer | Bram Moolenaar <Bram@vim.org> | Mon Jul 16 17:26:22 2012 +0200 |
tree | 93b6f70f407205757d22ad7eca098adbd9f8da68 | |
parent | 30b658179962cc3c9f0a98f071b36b09a36c2b94 [diff] [blame] |
updated for version 7.3.601 Problem: Bad code style. Solution: Insert space, remove parens.
diff --git a/src/version.c b/src/version.c index 209fa49..8855115 100644 --- a/src/version.c +++ b/src/version.c
@@ -715,6 +715,8 @@ static int included_patches[] = { /* Add new patch number below this line */ /**/ + 601, +/**/ 600, /**/ 599,