]> git.ipfire.org Git - thirdparty/git.git/blobdiff - path.h
reftable: drop stray printf in readwrite_test
[thirdparty/git.git] / path.h
diff --git a/path.h b/path.h
index 251c78d980000af0a40f1388ece5c9d68b354982..b68691a86b80417a82e5124aef37b9c8a9a02c95 100644 (file)
--- a/path.h
+++ b/path.h
@@ -181,10 +181,7 @@ struct path_cache {
        const char *shallow;
 };
 
-#define PATH_CACHE_INIT                                        \
-       {                                                      \
-               NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL \
-       }
+#define PATH_CACHE_INIT { 0 }
 
 const char *git_path_squash_msg(struct repository *r);
 const char *git_path_merge_msg(struct repository *r);