]> git.ipfire.org Git - thirdparty/vim.git/commit
patch 8.2.5065: wrong return type for main() in tee.c v8.2.5065
authorBram Moolenaar <Bram@vim.org>
Mon, 6 Jun 2022 21:16:09 +0000 (22:16 +0100)
committerBram Moolenaar <Bram@vim.org>
Mon, 6 Jun 2022 21:16:09 +0000 (22:16 +0100)
commit739f7998ab6c2383abbd8bbc7fad35e6bc3e7c43
treec7f768e90a217ad6f98c35d24bf83dfb8c4e424f
parent016188fd8a30cfbaca3faa0daea9a47138dc5c4b
patch 8.2.5065: wrong return type for main() in tee.c

Problem:    Wrong return type for main() in tee.c.
Solution:   Use "int" instead of "void".  Remove unused variable.
src/tee/tee.c
src/version.c