Signed-off-by: Denys Vlasenko <vda.linux@googlemail.com>
This commit is contained in:
Denys Vlasenko 2016-06-20 16:28:53 +02:00
parent ea9ebc011b
commit e24e88697a

View File

@ -302,7 +302,7 @@ int FAST_FUNC open_zipped(const char *fname, int fail_if_not_compressed)
xstate->signature_skipped = 0; xstate->signature_skipped = 0;
if (xstate->xformer) { if (xstate->xformer) {
fork_transformer_with_sig(fd, xstate->xformer, xstate->xformer_prog); fork_transformer_with_sig(fd, xstate->xformer, xstate->xformer_prog);
} /* esle: the file is not compressed */ } /* else: the file is not compressed */
# endif # endif
free(xstate); free(xstate);