diff options
Diffstat (limited to 'sha1_file.c')
| -rw-r--r-- | sha1_file.c | 2 | 
1 files changed, 1 insertions, 1 deletions
diff --git a/sha1_file.c b/sha1_file.c index 842a6f3ae8..18dece46b1 100644 --- 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;  | 
