Welcome to mirror list, hosted at ThFree Co, Russian Federation.

git.busybox.net/busybox.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorDenis Vlasenko <vda.linux@googlemail.com>2009-04-01 15:24:04 +0400
committerDenis Vlasenko <vda.linux@googlemail.com>2009-04-01 15:24:04 +0400
commit3266aa9ec285dbcf254daa17c103bf69dc755967 (patch)
tree265f69a3085b0d712d355580d768242734e5951a /archival/libunarchive/get_header_tar.c
parent88b8f0a3475fc1f2e1b3cf58b63902551dae0169 (diff)
trailing whitespace removal
Diffstat (limited to 'archival/libunarchive/get_header_tar.c')
-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++;
}