mirror of
https://github.com/vim/vim.git
synced 2025-11-15 23:14:06 -05:00
patch 7.4.1427
Problem: Trailing comma in enums is not ANSI C. Solution: Remove the trailing commas.
This commit is contained in:
@@ -6513,7 +6513,7 @@ im_get_status(void)
|
||||
static MenuRef contextMenu = NULL;
|
||||
enum
|
||||
{
|
||||
kTabContextMenuId = 42,
|
||||
kTabContextMenuId = 42
|
||||
};
|
||||
|
||||
// the caller has to CFRelease() the returned string
|
||||
|
||||
Reference in New Issue
Block a user