summaryrefslogtreecommitdiffstats
path: root/src/version.c
diff options
context:
space:
mode:
authorBram Moolenaar <Bram@vim.org>2023-02-22 12:35:17 +0000
committerBram Moolenaar <Bram@vim.org>2023-02-22 12:35:17 +0000
commit666cb9c5303753fef7039e9a9e5fbe9a44299607 (patch)
tree13b8970164006b80b598d1f46675995bea9e82c1 /src/version.c
parent38f1ab31fa31196360dc4a31aeb388889b8bd6b8 (diff)
patch 9.0.1340: Coverity warns for using NULL pointerv9.0.1340
Problem: Coverity warns for using NULL pointer. Solution: Check that lhs_type is not NULL.
Diffstat (limited to 'src/version.c')
-rw-r--r--src/version.c2
1 files changed, 2 insertions, 0 deletions
diff --git a/src/version.c b/src/version.c
index 12e5fa107a..c541e6f7ff 100644
--- a/src/version.c
+++ b/src/version.c
@@ -696,6 +696,8 @@ static char *(features[]) =
static int included_patches[] =
{ /* Add new patch number below this line */
/**/
+ 1340,
+/**/
1339,
/**/
1338,