commit | 74ee5e2384b7f51b3dcff52720235b08a380e0ed | [log] [tgz] |
---|---|---|
author | Bram Moolenaar <Bram@vim.org> | Fri Dec 13 18:13:22 2019 +0100 |
committer | Bram Moolenaar <Bram@vim.org> | Fri Dec 13 18:13:22 2019 +0100 |
tree | 2e61dba3db8a1457549c2c63e2538ea77bea882d | |
parent | 98056533b96b6b5d8849641de93185dd7bcadc44 [diff] [blame] |
patch 8.2.0001: #endif comments do reflect corresponding #ifdef Problem: #endif comments do reflect corresponding #ifdef. Solution: Update the comments. (Rene Nyffenegger, closes #5351)
diff --git a/src/version.c b/src/version.c index 3ef6259..b3f1fdb 100644 --- a/src/version.c +++ b/src/version.c
@@ -743,6 +743,8 @@ static int included_patches[] = { /* Add new patch number below this line */ /**/ + 1, +/**/ 0 };