mirror of
https://github.com/zlib-ng/minizip-ng
synced 2026-08-25 14:26:08 -04:00
Fixed formatting
This commit is contained in:
parent
58dfe87d1d
commit
a9f88d4b78
1 changed files with 1 additions and 1 deletions
|
|
@ -203,7 +203,7 @@ int32_t mz_stream_zlib_read(void *stream, void *buf, int32_t size)
|
|||
break;
|
||||
}
|
||||
}
|
||||
while (zlib->zstream.avail_out > 0 && (in_bytes > 0 || out_bytes > 0));
|
||||
while ((zlib->zstream.avail_out > 0) && (in_bytes > 0 || out_bytes > 0));
|
||||
|
||||
if (zlib->error != 0)
|
||||
{
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue