summaryrefslogtreecommitdiff
path: root/deflate_quick.c
diff options
context:
space:
mode:
authorNathan Moinvaziri <nathan@nathanm.com>2020-06-04 11:20:38 -0700
committerHans Kristian Rosbach <hk-github@circlestorm.org>2020-06-27 16:24:14 +0200
commit203ddfc7455de523a91fdac2acb1da9ddfdf31ce (patch)
tree89804eb3b9b71e483dc42aa4083fb67ffbcdfb10 /deflate_quick.c
parent5bdf4b412c933530552456d22d632b4f2324e092 (diff)
Fixed whitespace in deflate_quick.
Diffstat (limited to 'deflate_quick.c')
-rw-r--r--deflate_quick.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/deflate_quick.c b/deflate_quick.c
index 63793a3..ad1dc2e 100644
--- a/deflate_quick.c
+++ b/deflate_quick.c
@@ -106,7 +106,7 @@ ZLIB_INTERNAL block_state deflate_quick(deflate_state *s, int flush) {
s->lookahead--;
} while (s->strm->avail_out != 0);
- s->insert = s->strstart < MIN_MATCH - 1 ? s->strstart : MIN_MATCH-1;
+ s->insert = s->strstart < MIN_MATCH-1 ? s->strstart : MIN_MATCH-1;
last = (flush == Z_FINISH) ? 1 : 0;
QUICK_END_BLOCK(s, last);