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
..
2019-05-27 13:22:40 +02:00
2019-04-20 08:35:39 +09:00
2019-04-28 23:21:48 +02:00
2017-10-03 07:45:34 +00:00
2018-08-23 17:04:53 +02:00
2017-10-03 07:45:34 +00:00
2019-02-12 19:31:33 +01:00
2019-04-05 16:33:18 +09:00
2017-10-03 07:45:34 +00:00
2017-10-03 07:45:34 +00:00
2018-06-13 23:28:15 +02:00
2018-11-21 21:49:15 +01:00
2017-10-03 07:45:34 +00:00
2019-05-10 11:35:01 +02:00
2017-10-03 07:45:34 +00:00
2017-10-03 07:45:34 +00:00
2018-04-22 02:53:40 +02:00
2019-01-05 10:50:11 +01:00
2019-05-11 11:25:13 +02:00
2017-10-03 07:45:34 +00:00
2019-04-28 23:21:48 +02:00
2017-10-03 07:45:34 +00:00
2017-10-03 07:45:34 +00:00
2017-10-03 07:45:34 +00:00
2017-10-03 07:45:34 +00:00
2017-10-03 07:45:34 +00:00
2017-10-27 13:38:02 +02:00
2017-10-27 13:38:02 +02:00
2019-02-17 09:59:49 +01:00
2017-10-03 07:45:34 +00:00
2017-10-03 07:45:34 +00:00
2018-07-01 14:45:21 +02:00
2017-10-03 07:45:34 +00:00
2017-10-03 07:45:34 +00:00
2018-11-18 16:30:45 +01:00
2018-11-21 21:49:15 +01:00
2018-04-09 19:36:09 +02:00
2017-10-03 07:45:34 +00:00
2019-04-18 19:21:37 +02:00