X-Git-Url: https://git.tokkee.org/?a=blobdiff_plain;f=fetch-pack.c;h=535de10660bbc381d4f826be597fc7f404d317ca;hb=9c3592cf3cf9a9d49ad9a69b76d2be130a21d499;hp=09738fee91d536aa095d256fe24c07741041b7c4;hpb=5be4eabf90a4f6d14d3ae16772e6b2e063d71587;p=git.git diff --git a/fetch-pack.c b/fetch-pack.c index 09738fee9..535de1066 100644 --- a/fetch-pack.c +++ b/fetch-pack.c @@ -82,7 +82,7 @@ static void mark_common(struct commit *commit, Get the next rev to send, ignoring the common. */ -static const unsigned char* get_rev() +static const unsigned char* get_rev(void) { struct commit *commit = NULL;