commit | 2f6271b1e7cff985cac66f6850116bcf3fcccd58 | [log] [tgz] |
---|---|---|
author | Bram Moolenaar <Bram@vim.org> | Mon Feb 29 21:20:48 2016 +0100 |
committer | Bram Moolenaar <Bram@vim.org> | Mon Feb 29 21:20:48 2016 +0100 |
tree | e19881c35030148e1c4981e8589b7c49bdddd23d | |
parent | a86f14a923d9a242107c16d0852f61f3daf985a8 [diff] [blame] |
patch 7.4.1462 Problem: Two more rarily used functions with errors. Solution: Add proper argument types. (Dominique Pelle)
diff --git a/src/version.c b/src/version.c index 45faff9..86b0f5c 100644 --- a/src/version.c +++ b/src/version.c
@@ -744,6 +744,8 @@ static int included_patches[] = { /* Add new patch number below this line */ /**/ + 1462, +/**/ 1461, /**/ 1460,