commit | 132006c3d0f87dbda5f4d5410fcce312e4716f72 | [log] [tgz] |
---|---|---|
author | Bram Moolenaar <Bram@vim.org> | Fri Feb 19 22:38:15 2016 +0100 |
committer | Bram Moolenaar <Bram@vim.org> | Fri Feb 19 22:38:15 2016 +0100 |
tree | bafbd703d131e98c6e9123a310f16b7b69c0d279 | |
parent | 40ea1da14ba196a23309789852e1b663fd92e3a8 [diff] [blame] |
patch 7.4.1357 Problem: Error for returning value from void function. Solution: Don't do that.
diff --git a/src/version.c b/src/version.c index c498942..9fb2cdb 100644 --- a/src/version.c +++ b/src/version.c
@@ -748,6 +748,8 @@ static int included_patches[] = { /* Add new patch number below this line */ /**/ + 1357, +/**/ 1356, /**/ 1355,