Merge branch 'maint-1.8.5' into maint
* maint-1.8.5: t7300: repair filesystem permissions with test_when_finished enums: remove trailing ',' after last item in enum
This commit is contained in:
@ -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
|
||||
|
Reference in New Issue
Block a user