commit | ee5aeae22b8029fdb5ae97bb6ed8114a81e34c22 | [log] [tgz] |
---|---|---|
author | Bram Moolenaar <Bram@vim.org> | Sun Feb 07 22:30:47 2016 +0100 |
committer | Bram Moolenaar <Bram@vim.org> | Sun Feb 07 22:30:47 2016 +0100 |
tree | f6a92e1c1f78b587273846ad929f62db771a20e2 | |
parent | 0fa98e7b85b52c63611b2fe8e370f0aa1c8f6dc9 [diff] [blame] |
patch 7.4.1290 Problem: Coverity complains about uneccessary check for NULL. Solution: Remove the check.
diff --git a/src/version.c b/src/version.c index b9ca107..66739aa 100644 --- a/src/version.c +++ b/src/version.c
@@ -748,6 +748,8 @@ static int included_patches[] = { /* Add new patch number below this line */ /**/ + 1290, +/**/ 1289, /**/ 1288,