commit | cde885473099296c4837de261833f48b24caf87c | [log] [tgz] |
---|---|---|
author | Bram Moolenaar <Bram@vim.org> | Tue Aug 11 19:14:00 2015 +0200 |
committer | Bram Moolenaar <Bram@vim.org> | Tue Aug 11 19:14:00 2015 +0200 |
tree | 7864f4147f9c3b57a77b649c7d14e8ad31cafa6c | |
parent | bd8539aac385d265d41da2e8ab59d7b9c3694557 [diff] [blame] |
patch 7.4.822 Problem: More problems reported by coverity. Solution: Avoid the warnings. (Christian Brabandt)
diff --git a/src/version.c b/src/version.c index 09eceab..62eb4ed 100644 --- a/src/version.c +++ b/src/version.c
@@ -742,6 +742,8 @@ static int included_patches[] = { /* Add new patch number below this line */ /**/ + 822, +/**/ 821, /**/ 820,