diff options
Diffstat (limited to 'deflate.c')
-rw-r--r-- | deflate.c | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -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 && |