commit | a8c99fb78e9d747c127e8878518d5a43837b022b | [log] [tgz] |
---|---|---|
author | Bram Moolenaar <Bram@vim.org> | Sun May 26 13:14:02 2019 +0200 |
committer | Bram Moolenaar <Bram@vim.org> | Sun May 26 13:14:02 2019 +0200 |
tree | c14ad956e80e37b9540d284a369bf944fa4ba014 | |
parent | 80f95425cf98725004b5e8e723ca63f05d3723fa [diff] [blame] |
patch 8.1.1398: duplicate line in MSVC build file Problem: Duplicate line in MSVC build file. Solution: Remove the line. (Ken Takata, closes #4436)
diff --git a/src/version.c b/src/version.c index 0e7f14d..8cfb965 100644 --- a/src/version.c +++ b/src/version.c
@@ -768,6 +768,8 @@ static int included_patches[] = { /* Add new patch number below this line */ /**/ + 1398, +/**/ 1397, /**/ 1396,