1
0
mirror of https://github.com/vcmi/vcmi.git synced 2025-03-25 21:38:59 +02:00

mztools.c: adjust code style

This commit is contained in:
Evgeny Malygin 2024-03-24 07:44:33 +02:00 committed by GitHub
parent da3a009cbb
commit 5e85a4c629
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -285,15 +285,12 @@ uLong* bytesRecovered;
}
}
} else {
if (fpZip) {
if (fpZip)
fclose(fpZip);
}
if (fpOut) {
if (fpOut)
fclose(fpOut);
}
if (fpOutCD) {
if (fpOutCD)
fclose(fpOutCD);
}
err = Z_STREAM_ERROR;
}