diff options
Diffstat (limited to 'archival/gzip.c')
-rw-r--r-- | archival/gzip.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/archival/gzip.c b/archival/gzip.c index 3aa077fbd..1f268dd26 100644 --- a/archival/gzip.c +++ b/archival/gzip.c | |||
@@ -1031,7 +1031,7 @@ static void fill_window(void) | |||
1031 | */ | 1031 | */ |
1032 | #define FLUSH_BLOCK(eof) \ | 1032 | #define FLUSH_BLOCK(eof) \ |
1033 | flush_block(block_start >= 0L ? (char*)&window[(unsigned)block_start] : \ | 1033 | flush_block(block_start >= 0L ? (char*)&window[(unsigned)block_start] : \ |
1034 | (char*)NULL, (long)strstart - block_start, (eof)) | 1034 | (char*)NULL, (long)strstart - block_start, (eof)) |
1035 | 1035 | ||
1036 | /* =========================================================================== | 1036 | /* =========================================================================== |
1037 | * Same as above, but achieves better compression. We use a lazy | 1037 | * Same as above, but achieves better compression. We use a lazy |