X-Git-Url: https://git.tokkee.org/?a=blobdiff_plain;f=shallow.c;h=d17868929ceadbd2565549a60cb738a95c90a4bb;hb=885b98107547fe3f6d17ca0af0578e040f7600d0;hp=3d53d17423a73a1e206ee631c33ec7a88c40707a;hpb=d64d6c9fc712cf6fad9a3ec7f659cf843ee2e18d;p=git.git diff --git a/shallow.c b/shallow.c index 3d53d1742..d17868929 100644 --- a/shallow.c +++ b/shallow.c @@ -17,7 +17,7 @@ int register_shallow(const unsigned char *sha1) return register_commit_graft(graft, 0); } -int is_repository_shallow() +int is_repository_shallow(void) { FILE *fp; char buf[1024];