Andrew's git
/
gitweb.git
/ blobdiff
summary
|
log
|
commit
|
diff
|
tree
commit
grep
author
committer
pickaxe
?
re
gitweb: bugfix: commitdiff regression
[gitweb.git]
/
sha1_file.c
diff --git
a/sha1_file.c
b/sha1_file.c
index 842a6f3ae86993ff877150ab92bbab7b4744b4ce..18dece46b1e248a4e52e9ead3bf172ed6ab78236 100644
(file)
--- a/
sha1_file.c
+++ b/
sha1_file.c
@@
-22,7
+22,7
@@
#endif
#endif
-const unsigned char null_sha1[20]
= { 0, }
;
+const unsigned char null_sha1[20];
static unsigned int sha1_file_open_flag = O_NOATIME;