]> git.ipfire.org Git - thirdparty/vim.git/commit
patch 8.0.0844: wrong function prototype because of missing static v8.0.0844
authorBram Moolenaar <Bram@vim.org>
Wed, 2 Aug 2017 21:18:25 +0000 (23:18 +0200)
committerBram Moolenaar <Bram@vim.org>
Wed, 2 Aug 2017 21:18:25 +0000 (23:18 +0200)
commite0ab979fa7404592eaf4180e6d7d3af4c7787e8f
treea89637e4ec7beea7dce9db08080d547bd78ff4cf
parent66cd19fef1c5e86d798db164cc29f8ec2793411d
patch 8.0.0844: wrong function prototype because of missing static

Problem:    Wrong function prototype because of missing static.
Solution:   Add "static".
src/os_win32.c
src/proto/os_win32.pro
src/version.c