commit | cf089463492fab53b2a5d81517829d22f882f82e | [log] [tgz] |
---|---|---|
author | Bram Moolenaar <Bram@vim.org> | Sun Jun 12 21:18:43 2016 +0200 |
committer | Bram Moolenaar <Bram@vim.org> | Sun Jun 12 21:18:43 2016 +0200 |
tree | 75f360006e672d0576d0ad93935cdb95a9cebc4c | |
parent | ae3150ec8d9da4a244acffebea55416946ca23d3 [diff] [blame] |
patch 7.4.1924 Problem: Missing "void" for functions without argument. Solution: Add "void". (Hirohito Higashi)
diff --git a/src/version.c b/src/version.c index 530e363..01b9c4f 100644 --- a/src/version.c +++ b/src/version.c
@@ -754,6 +754,8 @@ static int included_patches[] = { /* Add new patch number below this line */ /**/ + 1924, +/**/ 1923, /**/ 1922,