commit | e0ab979fa7404592eaf4180e6d7d3af4c7787e8f | [log] [tgz] |
---|---|---|
author | Bram Moolenaar <Bram@vim.org> | Wed Aug 02 23:18:25 2017 +0200 |
committer | Bram Moolenaar <Bram@vim.org> | Wed Aug 02 23:18:25 2017 +0200 |
tree | a89637e4ec7beea7dce9db08080d547bd78ff4cf | |
parent | 66cd19fef1c5e86d798db164cc29f8ec2793411d [diff] [blame] |
patch 8.0.0844: wrong function prototype because of missing static Problem: Wrong function prototype because of missing static. Solution: Add "static".
diff --git a/src/version.c b/src/version.c index 2db4ca9..ee0a081 100644 --- a/src/version.c +++ b/src/version.c
@@ -770,6 +770,8 @@ static int included_patches[] = { /* Add new patch number below this line */ /**/ + 844, +/**/ 843, /**/ 842,