X-Git-Url: https://git.verplant.org/?a=blobdiff_plain;f=fetch-pack.c;h=535de10660bbc381d4f826be597fc7f404d317ca;hb=6ecc321ba5d8f89a8dd0a9a11d264d03ab624dc1;hp=09738fee91d536aa095d256fe24c07741041b7c4;hpb=f6b39fe779bc72d49aa30936c6371d76401fc753;p=git.git diff --git a/fetch-pack.c b/fetch-pack.c index 09738fee..535de106 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;