commit | 673af4d3042aef36dcac8b3ab1f62f31d2cd9789 | [log] [tgz] |
---|---|---|
author | Bram Moolenaar <Bram@vim.org> | Tue May 21 22:00:51 2013 +0200 |
committer | Bram Moolenaar <Bram@vim.org> | Tue May 21 22:00:51 2013 +0200 |
tree | e5b335a302a9bd9c5e165cd16de4098160f90a20 | |
parent | 2eec59e30b5932b957387d4b513958062feb1905 [diff] [blame] |
updated for version 7.3.1001 Problem: Duplicate condition in if. Solution: Remove one condition.
diff --git a/src/version.c b/src/version.c index b931535..eefc21b 100644 --- a/src/version.c +++ b/src/version.c
@@ -729,6 +729,8 @@ static int included_patches[] = { /* Add new patch number below this line */ /**/ + 1001, +/**/ 1000, /**/ 999,