commit | 965fd8d4dc5e84f612d8fc1efeaa78bd17842c9b | [log] [tgz] |
---|---|---|
author | Bram Moolenaar <Bram@vim.org> | Sat Mar 14 07:46:40 2020 +0100 |
committer | Bram Moolenaar <Bram@vim.org> | Sat Mar 14 07:46:40 2020 +0100 |
tree | aa5832426f7134ef1e970c72cc0342a8374f1509 | |
parent | 346f18e5fe12e6aaba5a6a18f6d0deb55eb7a9e8 [diff] [blame] |
patch 8.2.0379: gcc warns for ambiguous else Problem: Gcc warns for ambiguous else. Solution: Add braces. (Dominique Pelle, closes #5778)
diff --git a/src/version.c b/src/version.c index 303f7ec..75baad1 100644 --- a/src/version.c +++ b/src/version.c
@@ -739,6 +739,8 @@ static int included_patches[] = { /* Add new patch number below this line */ /**/ + 379, +/**/ 378, /**/ 377,