forked from Imagelibrary/rtems
untar: Fix compile error
This commit is contained in:
@@ -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);
|
||||
|
||||
Reference in New Issue
Block a user