Andrew's git
/
gitweb.git
/ blobdiff
summary
|
log
|
commit
|
diff
|
tree
commit
grep
author
committer
pickaxe
?
re
enums: omit trailing comma for portability
[gitweb.git]
/
cache.h
diff --git
a/cache.h
b/cache.h
index c7b0a28352988fec3550da78f2e1ea401810bbd4..39ca875fb54afa8ef31631d6096738c46df02ccc 100644
(file)
--- a/
cache.h
+++ b/
cache.h
@@
-570,7
+570,7
@@
extern enum safe_crlf safe_crlf;
enum auto_crlf {
AUTO_CRLF_FALSE = 0,
AUTO_CRLF_TRUE = 1,
- AUTO_CRLF_INPUT = -1
,
+ AUTO_CRLF_INPUT = -1
};
extern enum auto_crlf auto_crlf;