aboutsummaryrefslogtreecommitdiff
path: root/deflate.c
diff options
context:
space:
mode:
Diffstat (limited to 'deflate.c')
-rw-r--r--deflate.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/deflate.c b/deflate.c
index f0765d3..06ca0ee 100644
--- a/deflate.c
+++ b/deflate.c
@@ -1374,7 +1374,7 @@ local void fill_window(s)
1374#endif 1374#endif
1375 more += wsize; 1375 more += wsize;
1376 } 1376 }
1377 if (s->strm->avail_in == 0) return; 1377 if (s->strm->avail_in == 0) break;
1378 1378
1379 /* If there was no sliding: 1379 /* If there was no sliding:
1380 * strstart <= WSIZE+MAX_DIST-1 && lookahead <= MIN_LOOKAHEAD - 1 && 1380 * strstart <= WSIZE+MAX_DIST-1 && lookahead <= MIN_LOOKAHEAD - 1 &&