enums: remove trailing ',' after last item in enum
Signed-off-by: Ronnie Sahlberg <sahlberg@google.com> Signed-off-by: Junio C Hamano <gitster@pobox.com>
This commit is contained in:
parent
7bbc4e8fdb
commit
782735203c
@ -48,7 +48,7 @@ enum color_clean {
|
||||
CLEAN_COLOR_PROMPT = 2,
|
||||
CLEAN_COLOR_HEADER = 3,
|
||||
CLEAN_COLOR_HELP = 4,
|
||||
CLEAN_COLOR_ERROR = 5,
|
||||
CLEAN_COLOR_ERROR = 5
|
||||
};
|
||||
|
||||
#define MENU_OPTS_SINGLETON 01
|
||||
|
Loading…
Reference in New Issue
Block a user