All of lore.kernel.org
 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; 11+ 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] 11+ messages in thread

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

Thread overview: 11+ 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
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 an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.