diff options
author | maximius <none@none> | 2009-11-20 19:11:28 -0800 |
---|---|---|
committer | maximius <none@none> | 2009-11-20 19:11:28 -0800 |
commit | 654519d1a685e3b666c3be4eb74bbecd747bf735 (patch) | |
tree | 6426d9dacd803508dd2761d715b1bf62b38aea6f /dep/src/zlib/inflate.c | |
parent | 5b54c76ac339769978e869c8326720f99bd36b3e (diff) |
*Some cleanup (mostly whitespace changes)
--HG--
branch : trunk
Diffstat (limited to 'dep/src/zlib/inflate.c')
-rw-r--r-- | dep/src/zlib/inflate.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/dep/src/zlib/inflate.c b/dep/src/zlib/inflate.c index 6b7a57e747c..fcefa8ceff3 100644 --- a/dep/src/zlib/inflate.c +++ b/dep/src/zlib/inflate.c @@ -584,7 +584,7 @@ int flush; in = have; out = left; ret = Z_OK; - for (; ; ) + for (;;) switch (state->mode) { case HEAD: if (state->wrap == 0) { |