commit | ea3ece405ab55f44018257bd2f5021231af8e87f | [log] [tgz] |
---|---|---|
author | Bram Moolenaar <Bram@vim.org> | Tue Apr 17 20:14:39 2018 +0200 |
committer | Bram Moolenaar <Bram@vim.org> | Tue Apr 17 20:14:39 2018 +0200 |
tree | bc47904d3c2aef888a569816545490118d143df5 | |
parent | 1feab2b9cc355edc2f24814c35b72ae5e74eb2ae [diff] [blame] |
patch 8.0.1729: no comma after last enum item Problem: No comma after last enum item. Solution: Add a few commas to check if this works for all compilers. Also add a few // comments.
diff --git a/src/version.c b/src/version.c index edbe2ae..aa1e93f 100644 --- a/src/version.c +++ b/src/version.c
@@ -763,6 +763,8 @@ static int included_patches[] = { /* Add new patch number below this line */ /**/ + 1729, +/**/ 1728, /**/ 1727,