commit | 993faa34059c7fa304e2d4357c57463765cba6d3 | [log] [tgz] |
---|---|---|
author | Bram Moolenaar <Bram@vim.org> | Mon Feb 21 15:59:11 2022 +0000 |
committer | Bram Moolenaar <Bram@vim.org> | Mon Feb 21 15:59:11 2022 +0000 |
tree | f2718e708497b0b00ad99a8ee0d30bc8f321f1c8 | |
parent | 101979358f9addfac1414579c4191682e9e42468 [diff] [blame] |
patch 8.2.4431: unnecessary condition when assigning to a variable Problem: Unnecessary condition when assigning to a variable. Solution: Remove the condition.
diff --git a/src/version.c b/src/version.c index f3b54f0..03f2bd0 100644 --- a/src/version.c +++ b/src/version.c
@@ -751,6 +751,8 @@ static int included_patches[] = { /* Add new patch number below this line */ /**/ + 4431, +/**/ 4430, /**/ 4429,