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:
parent
da3a009cbb
commit
5e85a4c629
@ -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;
|
||||
}
|
||||
|
Loading…
x
Reference in New Issue
Block a user