reactos/sdk/lib/3rdparty/zlib/contrib/minizip
Timo Kreuzer 1ac9e48465 [MINIZIP] Add curly braces to if-statement and fix indentation
Fixes GCC 8 warning:
sdk/lib/3rdparty/zlib/contrib/minizip/zip.c:521:5: error: this 'for' clause does not guard... [-Werror=misleading-indentation]
     for (i=(int)uReadSize-3; (i--)>0;)
     ^~~
sdk/lib/3rdparty/zlib/contrib/minizip/zip.c:529:7: note: ...this statement, but the latter is misleadingly indented as if it were guarded by the 'for'
       if (uPosFound!=0)
       ^~
2019-05-27 13:22:40 +02:00
..
crypt.h
ioapi.c
ioapi.h
iowin32.c
iowin32.h
MiniZip64_info.txt
unzip.c
unzip.h
zip.c [MINIZIP] Add curly braces to if-statement and fix indentation 2019-05-27 13:22:40 +02:00
zip.h