Andrew's git
/
gitweb.git
/ blobdiff
summary
|
log
|
commit
|
diff
|
tree
commit
grep
author
committer
pickaxe
?
re
Merge branch 'maint-1.8.5' into maint-1.9
[gitweb.git]
/
builtin
/
clean.c
diff --git
a/builtin/clean.c
b/builtin/clean.c
index 977a068f110a5ecfaeb3b680325f11a86be52251..8926ca851c697d7a867dd4e5572f88656d7bbc4c 100644
(file)
--- a/
builtin/clean.c
+++ b/
builtin/clean.c
@@
-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