X-Git-Url: https://git.octo.it/?a=blobdiff_plain;f=sha1_file.c;h=942b673dc3c7fa9f057c5c452e3a1b73eaeb8707;hb=14242464811bff9e8d1af8eb33367a01480a18d0;hp=7ca0a386f4757bea7a82b321587079cfc1b05611;hpb=8ac069ac0ab34e751e5f96b0244a5fec10f3e54f;p=git.git diff --git a/sha1_file.c b/sha1_file.c index 7ca0a386..942b673d 100644 --- a/sha1_file.c +++ b/sha1_file.c @@ -465,7 +465,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;