commit | 43acbce1bb0a33edc67496b220cae629ad95d2d8 | [log] [tgz] |
---|---|---|
author | Bram Moolenaar <Bram@vim.org> | Sat Feb 27 15:21:32 2016 +0100 |
committer | Bram Moolenaar <Bram@vim.org> | Sat Feb 27 15:21:32 2016 +0100 |
tree | e47403fe874bd7ee5457faeb9b8c196f3e4ea7b4 | |
parent | 187db50d0499aecf4cfd42fb4db0a1bebf61c8cd [diff] [blame] |
patch 7.4.1427 Problem: Trailing comma in enums is not ANSI C. Solution: Remove the trailing commas.
diff --git a/src/version.c b/src/version.c index 84ede58..359d8df 100644 --- a/src/version.c +++ b/src/version.c
@@ -749,6 +749,8 @@ static int included_patches[] = { /* Add new patch number below this line */ /**/ + 1427, +/**/ 1426, /**/ 1425,