mirror of https://lore.kernel.org/lkml/
 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
  2005-05-08 13:18 ` [PATCH] Really *do* nothing in while loop [OT - style] Eyal Lebedinsky
  0 siblings, 2 replies; 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:43 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:43   ` J.A. Magallon
2005-05-08 13:18 ` [PATCH] Really *do* nothing in while loop [OT - style] Eyal Lebedinsky

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

Powered by JetHome