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

View File

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