[libpng17] Fix some indentation in pngrutil.c

(bug report and patch by Patrick Keshishian).
This commit is contained in:
Glenn Randers-Pehrson
2016-12-24 16:22:23 -06:00
parent e1c7c0402c
commit 0b02a667cf
4 changed files with 14 additions and 14 deletions

View File

@@ -5708,7 +5708,7 @@ Version 1.7.0beta84 [September 26, 2016]
Issue png_benign_error() on ADLER32 checksum mismatch instead of png_error().
Add tests/badcrc.png and tests/badadler.png to tests/pngtest.
Version 1.7.0beta85 [October 2, 2016]
Version 1.7.0beta85 [December 27, 2016]
Updated the documentation about CRC and ADLER32 handling.
Quieted warnings from clang-3.8 in pngunknown.c and pngvalid.c.