commit | a53c60d33c917455857de96a44e109da7d305d8a | [log] [tgz] |
---|---|---|
author | Bram Moolenaar <Bram@vim.org> | Fri Jun 29 13:19:27 2012 +0200 |
committer | Bram Moolenaar <Bram@vim.org> | Fri Jun 29 13:19:27 2012 +0200 |
tree | 713a8fa3cd960e923c1f1f9600ebfcfbcf9ca92e | |
parent | f6a2b08c5444712ddb106547695cc4d59652ce7a [diff] [blame] |
updated for version 7.3.572 Problem: Duplicate statement in if and else. (Dominique Pelle) Solution: Remove the condition and add a TODO.
diff --git a/src/version.c b/src/version.c index 8c3c835..d424af7 100644 --- a/src/version.c +++ b/src/version.c
@@ -715,6 +715,8 @@ static int included_patches[] = { /* Add new patch number below this line */ /**/ + 572, +/**/ 571, /**/ 570,