diff options
author | Denys Vlasenko <vda.linux@googlemail.com> | 2016-06-20 16:28:53 +0200 |
---|---|---|
committer | Denys Vlasenko <vda.linux@googlemail.com> | 2016-06-20 16:28:53 +0200 |
commit | e24e88697af81800060efc75e67777ef245b15cd (patch) | |
tree | 7b02ab5c4baf99eb55ac6eeb55b947f47212afc6 /archival/libarchive/open_transformer.c | |
parent | ea9ebc011b3ee9b86b00646b91e73bb860d340b4 (diff) | |
download | busybox-w32-e24e88697af81800060efc75e67777ef245b15cd.tar.gz busybox-w32-e24e88697af81800060efc75e67777ef245b15cd.tar.bz2 busybox-w32-e24e88697af81800060efc75e67777ef245b15cd.zip |
typo fix
Signed-off-by: Denys Vlasenko <vda.linux@googlemail.com>
Diffstat (limited to '')
-rw-r--r-- | archival/libarchive/open_transformer.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/archival/libarchive/open_transformer.c b/archival/libarchive/open_transformer.c index dd15a9b1f..a3018d9ec 100644 --- a/archival/libarchive/open_transformer.c +++ b/archival/libarchive/open_transformer.c | |||
@@ -302,7 +302,7 @@ int FAST_FUNC open_zipped(const char *fname, int fail_if_not_compressed) | |||
302 | xstate->signature_skipped = 0; | 302 | xstate->signature_skipped = 0; |
303 | if (xstate->xformer) { | 303 | if (xstate->xformer) { |
304 | fork_transformer_with_sig(fd, xstate->xformer, xstate->xformer_prog); | 304 | fork_transformer_with_sig(fd, xstate->xformer, xstate->xformer_prog); |
305 | } /* esle: the file is not compressed */ | 305 | } /* else: the file is not compressed */ |
306 | # endif | 306 | # endif |
307 | 307 | ||
308 | free(xstate); | 308 | free(xstate); |