Git development
 help / color / mirror / Atom feed
* [PATCH] Really *do* nothing in while loop
@ 2005-05-08  9:34 Thomas Glanzmann
  2005-05-08  9:48 ` Michael Tokarev
  0 siblings, 1 reply; 9+ messages in thread
From: Thomas Glanzmann @ 2005-05-08  9:34 UTC (permalink / raw)
  To: LKML, GIT

[PATCH] Really *do* nothing in while loop

Signed-Off-by: Thomas Glanzmann <sithglan@stud.uni-erlangen.de>

--- a/sha1_file.c
+++ b/sha1_file.c
@@ -335,7 +335,7 @@
 	stream.next_in = hdr;
 	stream.avail_in = hdrlen;
 	while (deflate(&stream, 0) == Z_OK)
-		/* nothing */
+		/* nothing */;
 
 	/* Then the data itself.. */
 	stream.next_in = buf;

^ permalink raw reply	[flat|nested] 9+ messages in thread

end of thread, other threads:[~2005-05-08 21:28 UTC | newest]

Thread overview: 9+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2005-05-08  9:34 [PATCH] Really *do* nothing in while loop Thomas Glanzmann
2005-05-08  9:48 ` Michael Tokarev
2005-05-08 11:18   ` Thomas Glanzmann
2005-05-08 11:20   ` James Purser
2005-05-08 11:33     ` jdow
2005-05-08 11:40       ` Michael Tokarev
2005-05-08 21:08         ` Junio C Hamano
2005-05-08 21:16           ` Daniel Barkalow
2005-05-08 21:35             ` Junio C Hamano

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox