commit | 28e591dd5080bbcd0f468f9d9597cedb716e28c9 | [log] [tgz] |
---|---|---|
author | Bram Moolenaar <Bram@vim.org> | Sun Sep 12 21:00:14 2021 +0200 |
committer | Bram Moolenaar <Bram@vim.org> | Sun Sep 12 21:00:14 2021 +0200 |
tree | f650a58c5599784f21b8cc3bf2034ad38f13fe9e | |
parent | bdcba24d8597abd5af509c2fb9206e64e713c711 [diff] [blame] |
patch 8.2.3434: function prototype for trigger_modechanged() is incomplete Problem: Function prototype for trigger_modechanged() is incomplete. Solution: Add "void".
diff --git a/src/version.c b/src/version.c index e8e5bc4..84e80b1 100644 --- a/src/version.c +++ b/src/version.c
@@ -756,6 +756,8 @@ static int included_patches[] = { /* Add new patch number below this line */ /**/ + 3434, +/**/ 3433, /**/ 3432,