commit | f75612fd9912205870bf024e4fb20af62b096c1d | [log] [tgz] |
---|---|---|
author | Bram Moolenaar <Bram@vim.org> | Mon Jan 25 14:17:04 2016 +0100 |
committer | Bram Moolenaar <Bram@vim.org> | Mon Jan 25 14:17:04 2016 +0100 |
tree | 01ec9db4d42b85a7609d5f6195f4106fa404c9d0 | |
parent | 3e53c700a2bcbe7fafb51cd01f3e6428fd803099 [diff] [blame] |
patch 7.4.1175 Problem: Can't build with Mingw and Cygwin. Solution: Remove extra "endif". (Christian J. Robinson)
diff --git a/src/version.c b/src/version.c index 042454f..9568029 100644 --- a/src/version.c +++ b/src/version.c
@@ -742,6 +742,8 @@ static int included_patches[] = { /* Add new patch number below this line */ /**/ + 1175, +/**/ 1174, /**/ 1173,