commit | 7842761bbaa7965fa52b5e3eadf162bc7fa6cdb1 | [log] [tgz] |
---|---|---|
author | Bram Moolenaar <Bram@vim.org> | Mon Feb 21 18:34:30 2022 +0000 |
committer | Bram Moolenaar <Bram@vim.org> | Mon Feb 21 18:34:30 2022 +0000 |
tree | cf66d0b730933f3c4b0d06dbb8e8e191bd0da11a | |
parent | 16b51d26fe2cc3afb09afd439069220dea74581d [diff] [blame] |
patch 8.2.4435: dead code in checking map() arguments Problem: Dead code in checking map() arguments. (Dominique Pellé) Solution: Remove the first return statement. (closes #9815)
diff --git a/src/version.c b/src/version.c index 6d75667..9e21411 100644 --- a/src/version.c +++ b/src/version.c
@@ -751,6 +751,8 @@ static int included_patches[] = { /* Add new patch number below this line */ /**/ + 4435, +/**/ 4434, /**/ 4433,