commit | abab0b0fdd6535969447b03a4fffc1947918cf6c | [log] [tgz] |
---|---|---|
author | Bram Moolenaar <Bram@vim.org> | Sat Mar 30 18:47:01 2019 +0100 |
committer | Bram Moolenaar <Bram@vim.org> | Sat Mar 30 18:47:01 2019 +0100 |
tree | 2d43537a5dce8433ef2b2a37684c9e069392c592 | |
parent | bd9bf266fccbf7b7f09e476e09b61f0133e914db [diff] [blame] |
patch 8.1.1086: too many curly braces Problem: Too many curly braces. Solution: Remove curly braces where they are not needed. (Hirohito Higashi, closes #3982)
diff --git a/src/version.c b/src/version.c index a474472..063dea0 100644 --- a/src/version.c +++ b/src/version.c
@@ -776,6 +776,8 @@ static int included_patches[] = { /* Add new patch number below this line */ /**/ + 1086, +/**/ 1085, /**/ 1084,