aboutsummaryrefslogtreecommitdiff
path: root/archival
diff options
context:
space:
mode:
authorDenys Vlasenko <vda.linux@googlemail.com>2010-11-01 02:19:47 +0100
committerDenys Vlasenko <vda.linux@googlemail.com>2010-11-01 02:19:47 +0100
commit4d4d1a015f351816982e61a7f7dc861bfe06ca78 (patch)
tree060f603d35d2f34a06c1a7b730e2c1032e5e96cd /archival
parent8531c43b505916067d5162469307828a4eab0ab8 (diff)
downloadbusybox-4d4d1a015f351816982e61a7f7dc861bfe06ca78.tar.gz
whitespace fix
Signed-off-by: Denys Vlasenko <vda.linux@googlemail.com>
Diffstat (limited to 'archival')
-rw-r--r--archival/libunarchive/decompress_bunzip2.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/archival/libunarchive/decompress_bunzip2.c b/archival/libunarchive/decompress_bunzip2.c
index 0fa4fb886..15f08a60e 100644
--- a/archival/libunarchive/decompress_bunzip2.c
+++ b/archival/libunarchive/decompress_bunzip2.c
@@ -724,7 +724,7 @@ IF_DESKTOP(long long) int FAST_FUNC
unpack_bz2_stream(int src_fd, int dst_fd)
{
IF_DESKTOP(long long total_written = 0;)
- bunzip_data *bd;
+ bunzip_data *bd;
char *outbuf;
int i;
unsigned len;