[libpng16] Changed deprecated png_free_default() to free() in pngtest.c

Changed tabs to 3 spaces in png_debug macros and changed '"%s"m'
to '"%s" m' to improve portability among compilers.
This commit is contained in:
Glenn Randers-Pehrson
2013-11-28 14:00:04 -06:00
parent 1f63da349b
commit 83b132f14d
4 changed files with 11 additions and 7 deletions

View File

@@ -47,7 +47,8 @@ Version 1.6.8beta01 [November 28, 2013]
Version 1.6.8beta02 [November 28, 2013]
Removed or marked PNG_UNUSED some harmless "dead assignments" reported
by clang scan-build.
Changed tabs to 3 spaces in png_debug macros and changed '"%s"m' to '"%s" m'
Changed tabs to 3 spaces in png_debug macros and changed '"%s"m'
to '"%s" m' to improve portability among compilers.
Changed png_free_default() to free() in pngtest.c
Send comments/corrections/commendations to png-mng-implement at lists.sf.net