commit | b2b050ab16565c117f0e7e411ffef3700d99203b | [log] [tgz] |
---|---|---|
author | Bram Moolenaar <Bram@vim.org> | Sat Jul 16 21:52:46 2016 +0200 |
committer | Bram Moolenaar <Bram@vim.org> | Sat Jul 16 21:52:46 2016 +0200 |
tree | 73008c6fa8ecf86b2f87bd31084a14e834c7389b | |
parent | 87776a1ac12db3c800e87adcc08541cb609189a5 [diff] [blame] |
patch 7.4.2054 Problem: Wrong part of #ifdef removed. Solution: Use the right part. (Hirohito Higashi)
diff --git a/src/version.c b/src/version.c index 570dd45..4b4a6e6 100644 --- a/src/version.c +++ b/src/version.c
@@ -759,6 +759,8 @@ static int included_patches[] = { /* Add new patch number below this line */ /**/ + 2054, +/**/ 2053, /**/ 2052,