Andrew's git
/
gitweb.git
/ blobdiff
summary
|
log
|
commit
|
diff
|
tree
commit
grep
author
committer
pickaxe
?
re
tests: Say "pass" rather than "ok" on empty lines for TAP
[gitweb.git]
/
diff.h
diff --git
a/diff.h
b/diff.h
index b4eefa759d87e22a877d668cd1f88e73cb4789d7..48abe7a96a96df98ef91d5f5d7ba9f57cace777f 100644
(file)
--- a/
diff.h
+++ b/
diff.h
@@
-146,7
+146,7
@@
enum color_diff {
DIFF_FILE_NEW = 5,
DIFF_COMMIT = 6,
DIFF_WHITESPACE = 7,
- DIFF_FUNCINFO = 8
,
+ DIFF_FUNCINFO = 8
};
const char *diff_get_color(int diff_use_color, enum color_diff ix);
#define diff_get_color_opt(o, ix) \