[devel] Imported from libpng-1.5.0beta41.tar

This commit is contained in:
Glenn Randers-Pehrson
2010-08-11 09:00:26 -05:00
parent 9f65059a5b
commit 363f96e717
40 changed files with 58 additions and 58 deletions

View File

@@ -1,7 +1,7 @@
/* pngpriv.h - private declarations for use inside libpng
*
* libpng version 1.5.0beta41 - August 6, 2010
* libpng version 1.5.0beta41 - August 11, 2010
* For conditions of distribution and use, see copyright notice in png.h
* Copyright (c) 1998-2010 Glenn Randers-Pehrson
* (Version 0.96 Copyright (c) 1996, 1997 Andreas Dilger)
@@ -357,7 +357,7 @@
#define PNG_OUT_OF_RANGE(value, ideal, delta) \
( (value) < (ideal)-(delta) || (value) > (ideal)+(delta) )
/* Convertions between fixed and floating point, only defined if
/* Conversions between fixed and floating point, only defined if
* required (to make sure the code doesn't accidentally use float
* when it is supposedly disabled.)
*/