commit | c9e4a6f1910dea250af69a3774bcf1fee7e7b8f5 | [log] [tgz] |
---|---|---|
author | Bram Moolenaar <Bram@vim.org> | Mon Sep 19 16:08:04 2022 +0100 |
committer | Bram Moolenaar <Bram@vim.org> | Mon Sep 19 16:08:04 2022 +0100 |
tree | 42cdd46d684341357d892515750254d8ca13dd8c | |
parent | 65449bd1ee5cebde288a8f0150fe7d54c6c6ef31 [diff] [blame] |
patch 9.0.0504: still a build failure Problem: still a Build failure. Solution: Add another missing changes. Avoid compiler warning.
diff --git a/src/version.c b/src/version.c index 6bd68dc..a8e0151 100644 --- a/src/version.c +++ b/src/version.c
@@ -700,6 +700,8 @@ static int included_patches[] = { /* Add new patch number below this line */ /**/ + 504, +/**/ 503, /**/ 502,