commit | 5fe691240bff11e9618252486147f0156e875666 | [log] [tgz] |
---|---|---|
author | Bram Moolenaar <Bram@vim.org> | Fri Jun 23 23:00:08 2017 +0200 |
committer | Bram Moolenaar <Bram@vim.org> | Fri Jun 23 23:00:08 2017 +0200 |
tree | 021ca9b598e70e6a16401fb626213a64ecc9c46b | |
parent | 090209bfbd41af5d8c8e44f8366d290431ffbf18 [diff] [blame] |
patch 8.0.0666: dead for loop Problem: Dead for loop. (Coverity) Solution: Remove the for loop.
diff --git a/src/version.c b/src/version.c index 8d8d4c8..52ed102 100644 --- a/src/version.c +++ b/src/version.c
@@ -765,6 +765,8 @@ static int included_patches[] = { /* Add new patch number below this line */ /**/ + 666, +/**/ 665, /**/ 664,