commit | 26cd3063b2e2084cfd17989e7584c64f278aaaef | [log] [tgz] |
---|---|---|
author | Bram Moolenaar <Bram@vim.org> | Sun Sep 20 21:13:27 2020 +0200 |
committer | Bram Moolenaar <Bram@vim.org> | Sun Sep 20 21:13:27 2020 +0200 |
tree | 445be672f83bdd70146d1632e785ff6b2f27c3b6 | |
parent | 8902b31f1b31c117915defc23ac45cdc1f5c671b [diff] [blame] |
patch 8.2.1715: Motif GUI: commented out code missed {} Problem: Motif GUI: commented out code missed {}. Solution: Add {} and reenable the code. (similar to #6989)
diff --git a/src/version.c b/src/version.c index 7031d7a..891cdac 100644 --- a/src/version.c +++ b/src/version.c
@@ -751,6 +751,8 @@ static int included_patches[] = { /* Add new patch number below this line */ /**/ + 1715, +/**/ 1714, /**/ 1713,