commit | d371bbe0ab4b07dd3aa8d0f77905d222f6c5fd7e | [log] [tgz] |
---|---|---|
author | Bram Moolenaar <Bram@vim.org> | Thu Sep 28 22:35:25 2017 +0200 |
committer | Bram Moolenaar <Bram@vim.org> | Thu Sep 28 22:35:25 2017 +0200 |
tree | 9f37969b979d7e60767277d91d19d3d16dce03d6 | |
parent | db51007108a6ab0671e7f7b4844557cbe647185f [diff] [blame] |
patch 8.0.1159: typo in #ifdef Problem: Typo in #ifdef. Solution: Change "PROT" to "PROTO". (Nobuhiro Takasaki, closes #2165)
diff --git a/src/version.c b/src/version.c index f45ad7d..5724b9d 100644 --- a/src/version.c +++ b/src/version.c
@@ -762,6 +762,8 @@ static int included_patches[] = { /* Add new patch number below this line */ /**/ + 1159, +/**/ 1158, /**/ 1157,