X-Git-Url: https://git.octo.it/?a=blobdiff_plain;f=sha1_file.c;h=e21f4b30d6dd42be55547bd606929c52629571ad;hb=883550481f885ab2865ab71819167230d21d4c14;hp=f1c1c70d784aa0587cd4c7143c3d464fd8e5ddc6;hpb=bf60144c0ab50e88c0086a90c5cb35b81613ad14;p=git.git diff --git a/sha1_file.c b/sha1_file.c index f1c1c70d..e21f4b30 100644 --- a/sha1_file.c +++ b/sha1_file.c @@ -335,7 +335,7 @@ int write_sha1_file(char *buf, unsigned long len, const char *type, unsigned cha stream.next_in = hdr; stream.avail_in = hdrlen; while (deflate(&stream, 0) == Z_OK) - /* nothing */ + /* nothing */; /* Then the data itself.. */ stream.next_in = buf;