[libpng15] Imported from libpng-1.5.22rc02.tar

This commit is contained in:
Glenn Randers-Pehrson
2015-03-09 08:20:12 -05:00
parent 687d018609
commit 9c5ed64946
17 changed files with 35 additions and 35 deletions

View File

@@ -468,7 +468,7 @@ pngtest_error(png_structp png_ptr, png_const_charp message)
#if defined(PNG_USER_MEM_SUPPORTED) && PNG_DEBUG
/* Allocate memory. For reasonable files, size should never exceed
* 64K. However, zlib may allocate more then 64K if you don't tell
* 64K. However, zlib may allocate more than 64K if you don't tell
* it not to. See zconf.h and png.h for more information. zlib does
* need to allocate exactly 64K, so whatever you call here must
* have the ability to do that.