mirror of
https://github.com/zlib-ng/minizip-ng
synced 2025-03-28 21:13:18 +00:00
Fixed whitespace in mz_stream_split_open_disk.
This commit is contained in:
parent
40416c35c3
commit
9aeff7bc29
@ -105,7 +105,7 @@ static int32_t mz_stream_split_open_disk(void *stream, int32_t number_disk) {
|
||||
|
||||
/* If disk part doesn't exist during reading then return MZ_EXIST_ERROR */
|
||||
if (disk_part == MZ_OPEN_MODE_READ) {
|
||||
if(strcmp(split->path_disk, split->path_cd) == 0) {
|
||||
if (strcmp(split->path_disk, split->path_cd) == 0) {
|
||||
err = MZ_EXIST_ERROR;
|
||||
} else {
|
||||
err = mz_os_file_exists(split->path_disk);
|
||||
|
Loading…
x
Reference in New Issue
Block a user