commit | 3da855c8e28140d9f02b1572e445f8d4f977cf64 | [log] [tgz] |
---|---|---|
author | Bram Moolenaar <Bram@vim.org> | Wed Oct 21 12:38:00 2020 +0200 |
committer | Bram Moolenaar <Bram@vim.org> | Wed Oct 21 12:38:00 2020 +0200 |
tree | 65db7aaf13d4d125abbb54141174deacb1bb5c95 | |
parent | b53e13a91ab2fc9d52bd044715daa84972f4ce47 [diff] [blame] |
patch 8.2.1875: warning when building GTK gui Problem: Warning when building GTK gui. Solution: Add missing function parameter.
diff --git a/src/version.c b/src/version.c index 2b02d48..8e5c08f 100644 --- a/src/version.c +++ b/src/version.c
@@ -751,6 +751,8 @@ static int included_patches[] = { /* Add new patch number below this line */ /**/ + 1875, +/**/ 1874, /**/ 1873,