commit | 8696bbaf52cca7c1fcbd5000c83406e462b7dbf4 | [log] [tgz] |
---|---|---|
author | Bram Moolenaar <Bram@vim.org> | Sat Sep 09 23:00:56 2017 +0200 |
committer | Bram Moolenaar <Bram@vim.org> | Sat Sep 09 23:00:56 2017 +0200 |
tree | b526f8daa06451f9483df87b3e506013db8d4b25 | |
parent | e09ba7bae5c867f6d3abc184709dd27488318e97 [diff] [blame] |
patch 8.0.1086: can't build with GTK 3 Problem: Can't build with GTK 3. Solution: Rename function argument. (Kazunobu Kuriyama)
diff --git a/src/version.c b/src/version.c index cb59634..d20af56 100644 --- a/src/version.c +++ b/src/version.c
@@ -770,6 +770,8 @@ static int included_patches[] = { /* Add new patch number below this line */ /**/ + 1086, +/**/ 1085, /**/ 1084,