diff options
author | Denys Vlasenko <vda.linux@googlemail.com> | 2010-01-28 12:30:24 +0100 |
---|---|---|
committer | Denys Vlasenko <vda.linux@googlemail.com> | 2010-01-28 12:30:24 +0100 |
commit | 083e172641b64c564b7ec5478197dccbde43b421 (patch) | |
tree | ed2cbfa8c4ad1c39a25c84bce8eb6ff224b623ed /archival | |
parent | 6b9f1633537e2ff06eb1a0741e4598a294f40fcb (diff) | |
download | busybox-w32-083e172641b64c564b7ec5478197dccbde43b421.tar.gz busybox-w32-083e172641b64c564b7ec5478197dccbde43b421.tar.bz2 busybox-w32-083e172641b64c564b7ec5478197dccbde43b421.zip |
style fixes, no code changes
Signed-off-by: Denys Vlasenko <vda.linux@googlemail.com>
Diffstat (limited to 'archival')
-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 f9c8e4d4b..a327d5435 100644 --- a/archival/gzip.c +++ b/archival/gzip.c | |||
@@ -964,7 +964,7 @@ static void compress_block(ct_data * ltree, ct_data * dtree); | |||
964 | #else | 964 | #else |
965 | # define SEND_CODE(c, tree) \ | 965 | # define SEND_CODE(c, tree) \ |
966 | { \ | 966 | { \ |
967 | if (verbose > 1) bb_error_msg("\ncd %3d ",(c)); \ | 967 | if (verbose > 1) bb_error_msg("\ncd %3d ", (c)); \ |
968 | send_bits(tree[c].Code, tree[c].Len); \ | 968 | send_bits(tree[c].Code, tree[c].Len); \ |
969 | } | 969 | } |
970 | #endif | 970 | #endif |