diff options
author | Denis Vlasenko <vda.linux@googlemail.com> | 2007-09-09 14:11:11 +0000 |
---|---|---|
committer | Denis Vlasenko <vda.linux@googlemail.com> | 2007-09-09 14:11:11 +0000 |
commit | 476b0700364f1d2fc3879a49ed53c71b4cc776df (patch) | |
tree | 57921bb321ba804e75bba63f061265cc5f8cffae /archival/tar.c | |
parent | bf8fcaceb7a9eb23db94ecb20f24291c4a959eca (diff) | |
download | busybox-w32-476b0700364f1d2fc3879a49ed53c71b4cc776df.tar.gz busybox-w32-476b0700364f1d2fc3879a49ed53c71b4cc776df.tar.bz2 busybox-w32-476b0700364f1d2fc3879a49ed53c71b4cc776df.zip |
style fix, no code changes
Diffstat (limited to 'archival/tar.c')
-rw-r--r-- | archival/tar.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/archival/tar.c b/archival/tar.c index e0d4daff7..45fa4bd79 100644 --- a/archival/tar.c +++ b/archival/tar.c | |||
@@ -663,7 +663,7 @@ static char get_header_tar_Z(archive_handle_t *archive_handle) | |||
663 | archive_handle->src_fd = open_transformer(archive_handle->src_fd, uncompress, "uncompress", "uncompress", "-cf", "-", NULL); | 663 | archive_handle->src_fd = open_transformer(archive_handle->src_fd, uncompress, "uncompress", "uncompress", "-cf", "-", NULL); |
664 | archive_handle->offset = 0; | 664 | archive_handle->offset = 0; |
665 | while (get_header_tar(archive_handle) == EXIT_SUCCESS) | 665 | while (get_header_tar(archive_handle) == EXIT_SUCCESS) |
666 | /* nothing */; | 666 | continue; |
667 | 667 | ||
668 | /* Can only do one file at a time */ | 668 | /* Can only do one file at a time */ |
669 | return EXIT_FAILURE; | 669 | return EXIT_FAILURE; |