commit | f6a2b08c5444712ddb106547695cc4d59652ce7a | [log] [tgz] |
---|---|---|
author | Bram Moolenaar <Bram@vim.org> | Fri Jun 29 13:14:03 2012 +0200 |
committer | Bram Moolenaar <Bram@vim.org> | Fri Jun 29 13:14:03 2012 +0200 |
tree | e20634a81bbcb00f7a05f791babf335379996548 | |
parent | 8f5c6f003ade1d481c4db0f2e2fffac209dce77c [diff] [blame] |
updated for version 7.3.571 Problem: Duplicated condition. Solution: Remove one. (Dominique Pelle)
diff --git a/src/version.c b/src/version.c index e60a4be..8c3c835 100644 --- a/src/version.c +++ b/src/version.c
@@ -715,6 +715,8 @@ static int included_patches[] = { /* Add new patch number below this line */ /**/ + 571, +/**/ 570, /**/ 569,