Fix indentation in minizip's zip.c.

pull/567/head
Mark Adler 4 years ago
parent 0530dbcef9
commit c3f3043f7a
  1. 4
      contrib/minizip/zip.c

@ -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;

Loading…
Cancel
Save