diff options
author | Tim Riker <tim@rikers.org> | 2006-01-25 00:08:53 +0000 |
---|---|---|
committer | Tim Riker <tim@rikers.org> | 2006-01-25 00:08:53 +0000 |
commit | c1ef7bdd8d002ae0889efcf883d0e1b7faa938d4 (patch) | |
tree | 5f329b7d0c7f20ecced0dc7581a9ba6dc720d965 /archival/gzip.c | |
parent | f64ff682a3d58dbb627e760e6fe1ec21d9ccdf61 (diff) | |
download | busybox-w32-c1ef7bdd8d002ae0889efcf883d0e1b7faa938d4.tar.gz busybox-w32-c1ef7bdd8d002ae0889efcf883d0e1b7faa938d4.tar.bz2 busybox-w32-c1ef7bdd8d002ae0889efcf883d0e1b7faa938d4.zip |
just whitespace
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 |