commit | df3c0eb41e1f48596c85af88b42fed22e3cca328 | [log] [tgz] |
---|---|---|
author | zeertzjq <zeertzjq@outlook.com> | Wed Nov 23 11:23:17 2022 +0000 |
committer | Bram Moolenaar <Bram@vim.org> | Wed Nov 23 11:23:17 2022 +0000 |
tree | dd577c672cc7c0e8839637d7c04ee8d2fe22c54a | |
parent | c3e06e4bfa56714ff59423c2fb5868ae2334727b [diff] [blame] |
patch 9.0.0925: two conditions are always false Problem: Two conditions are always false. Solution: Remove the conditions. Update return value types to make clear what could be returned. (closes #11593)
diff --git a/src/version.c b/src/version.c index cbc0554..6ccc704 100644 --- a/src/version.c +++ b/src/version.c
@@ -696,6 +696,8 @@ static int included_patches[] = { /* Add new patch number below this line */ /**/ + 925, +/**/ 924, /**/ 923,