diff options
author | Denis Vlasenko | 2009-04-01 11:24:04 +0000 |
---|---|---|
committer | Denis Vlasenko | 2009-04-01 11:24:04 +0000 |
commit | 3266aa9ec285dbcf254daa17c103bf69dc755967 (patch) | |
tree | 265f69a3085b0d712d355580d768242734e5951a /archival/libunarchive/get_header_tar.c | |
parent | 88b8f0a3475fc1f2e1b3cf58b63902551dae0169 (diff) | |
download | busybox-3266aa9ec285dbcf254daa17c103bf69dc755967.zip busybox-3266aa9ec285dbcf254daa17c103bf69dc755967.tar.gz |
trailing whitespace removal
Diffstat (limited to 'archival/libunarchive/get_header_tar.c')
-rw-r--r-- | archival/libunarchive/get_header_tar.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/archival/libunarchive/get_header_tar.c b/archival/libunarchive/get_header_tar.c index 0280bbc..443052f 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++; } |