untar: Fix compile error

This commit is contained in:
Sebastian Huber
2017-07-28 13:34:46 +02:00
parent f1355f2211
commit 1d894f5528

View File

@@ -66,7 +66,7 @@ int Untar_FromGzChunk_Print(
return untar_succesful;
}
} else {
untar_succesful = UNTAR_GZ_INFLATE_FAILED
untar_succesful = UNTAR_GZ_INFLATE_FAILED;
}
} while (ctx->strm.avail_out == 0 && ctx->strm.avail_in > 0
&& status == Z_OK);