]> git.ipfire.org Git - thirdparty/git.git/blobdiff - object-store.h
Git 2.33.8
[thirdparty/git.git] / object-store.h
index e679acc4c31316cee2863579721e6c0f97210831..d24915ced1b2dd2aedb8300741d83372d9ea53a0 100644 (file)
@@ -34,7 +34,7 @@ struct object_directory {
 };
 
 KHASH_INIT(odb_path_map, const char * /* key: odb_path */,
-       struct object_directory *, 1, fspathhash, fspatheq);
+       struct object_directory *, 1, fspathhash, fspatheq)
 
 void prepare_alt_odb(struct repository *r);
 char *compute_alternate_path(const char *path, struct strbuf *err);