Fix some sparse warnings
[gitweb.git] / sha1_file.c
index 2500b94478bcbef05dba8eb989572ec720c5ecf9..452e4647b387799ebed343b100236b1cba9b0104 100644 (file)
@@ -2477,7 +2477,7 @@ int sha1_object_info_extended(const unsigned char *sha1, struct object_info *oi)
 int sha1_object_info(const unsigned char *sha1, unsigned long *sizep)
 {
        enum object_type type;
-       struct object_info oi = {0};
+       struct object_info oi = {NULL};
 
        oi.typep = &type;
        oi.sizep = sizep;