commit | d0121c63cfb0922a7048ece3efe994df6f444bed | [log] [tgz] |
---|---|---|
author | Bram Moolenaar <Bram@vim.org> | Fri Sep 30 12:00:06 2022 +0100 |
committer | Bram Moolenaar <Bram@vim.org> | Fri Sep 30 12:00:06 2022 +0100 |
tree | 9682307a1dccd41b20cc190e220c205c4a387bc6 | |
parent | 6586a015144f15a979d573a79d91e700e4b3009f [diff] [blame] |
patch 9.0.0628: Coverity warns for not checking return value Problem: Coverity warns for not checking return value. Solution: Check the return value and simplify the code.
diff --git a/src/version.c b/src/version.c index a2e66b2..73093f4 100644 --- a/src/version.c +++ b/src/version.c
@@ -700,6 +700,8 @@ static int included_patches[] = { /* Add new patch number below this line */ /**/ + 628, +/**/ 627, /**/ 626,