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/gui_mac.c b/src/gui_mac.c index c766ed0..c87456e 100644 --- a/src/gui_mac.c +++ b/src/gui_mac.c
@@ -6513,7 +6513,7 @@ static MenuRef contextMenu = NULL; enum { - kTabContextMenuId = 42, + kTabContextMenuId = 42 }; // the caller has to CFRelease() the returned string