commit | 99a764bccd995a6cfe3206909f0076ef84d77506 | [log] [tgz] |
---|---|---|
author | Bram Moolenaar <Bram@vim.org> | Wed Jul 17 20:01:48 2019 +0200 |
committer | Bram Moolenaar <Bram@vim.org> | Wed Jul 17 20:01:48 2019 +0200 |
tree | 61c1a237c6b0370081dee82188c1fa5a6476de18 | |
parent | 4c6d90458baae843463f930fdc3fe4a7a2191d27 [diff] [blame] |
patch 8.1.1706: typo in #ifdef Problem: Typo in #ifdef. Solution: Change PROT to PROTO.
diff --git a/src/version.c b/src/version.c index bc8dab7..573f741 100644 --- a/src/version.c +++ b/src/version.c
@@ -778,6 +778,8 @@ static int included_patches[] = { /* Add new patch number below this line */ /**/ + 1706, +/**/ 1705, /**/ 1704,