commit | 1f131aee0ed4383009c0a67cc15581cc4c0dcad7 | [log] [tgz] |
---|---|---|
author | Bram Moolenaar <Bram@vim.org> | Mon May 21 13:39:40 2018 +0200 |
committer | Bram Moolenaar <Bram@vim.org> | Mon May 21 13:39:40 2018 +0200 |
tree | 01660b676bcb3a422b8c93a71ecb88d874fc0f99 | |
parent | f88a5bc10232cc3fac92dba4e8455f4c14311f8e [diff] [blame] |
patch 8.1.0012: misplaced #endif Problem: Misplaced #endif. Solution: Move the #endif to after the expression. (David Binderman)
diff --git a/src/version.c b/src/version.c index 3ebeb77..6dfc3aa 100644 --- a/src/version.c +++ b/src/version.c
@@ -762,6 +762,8 @@ static int included_patches[] = { /* Add new patch number below this line */ /**/ + 12, +/**/ 11, /**/ 10,