aboutsummaryrefslogtreecommitdiff
path: root/archival
diff options
context:
space:
mode:
authorDenis Vlasenko <vda.linux@googlemail.com>2009-04-01 11:24:04 +0000
committerDenis Vlasenko <vda.linux@googlemail.com>2009-04-01 11:24:04 +0000
commit3266aa9ec285dbcf254daa17c103bf69dc755967 (patch)
tree265f69a3085b0d712d355580d768242734e5951a /archival
parent88b8f0a3475fc1f2e1b3cf58b63902551dae0169 (diff)
downloadbusybox-3266aa9ec285dbcf254daa17c103bf69dc755967.tar.gz
trailing whitespace removal
Diffstat (limited to 'archival')
-rw-r--r--archival/libunarchive/get_header_tar.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/archival/libunarchive/get_header_tar.c b/archival/libunarchive/get_header_tar.c
index 0280bbc91..443052f7e 100644
--- a/archival/libunarchive/get_header_tar.c
+++ b/archival/libunarchive/get_header_tar.c
@@ -48,7 +48,7 @@ static off_t getBase256_len12(const char *str)
while (1) {
if (c)
bb_error_msg_and_die("overflow in base-256 encoded file size");
- if (--len == sizeof(off_t))
+ if (--len == sizeof(off_t))
break;
c = *str++;
}