Fix indentation in minizip's zip.c.

This commit is contained in:
Mark Adler 2021-07-08 09:31:52 -07:00
parent 0530dbcef9
commit c3f3043f7a
1 changed files with 2 additions and 2 deletions

View File

@ -526,8 +526,8 @@ local ZPOS64_T zip64local_SearchCentralDir(const zlib_filefunc64_32_def* pzlib_f
break;
}
if (uPosFound!=0)
break;
if (uPosFound!=0)
break;
}
TRYFREE(buf);
return uPosFound;