mirror of
https://git.code.sf.net/p/libpng/code.git
synced 2025-07-10 18:04:09 +02:00
[devel] Fix typo in pngconf.h
This commit is contained in:
@@ -1,7 +1,7 @@
|
|||||||
|
|
||||||
/* pngconf.h - machine configurable file for libpng
|
/* pngconf.h - machine configurable file for libpng
|
||||||
*
|
*
|
||||||
* libpng version 1.4.0beta89 - October 30, 2009
|
* libpng version 1.4.0beta89 - November 1, 2009
|
||||||
* For conditions of distribution and use, see copyright notice in png.h
|
* For conditions of distribution and use, see copyright notice in png.h
|
||||||
* Copyright (c) 1998-2009 Glenn Randers-Pehrson
|
* Copyright (c) 1998-2009 Glenn Randers-Pehrson
|
||||||
* (Version 0.96 Copyright (c) 1996, 1997 Andreas Dilger)
|
* (Version 0.96 Copyright (c) 1996, 1997 Andreas Dilger)
|
||||||
@@ -692,7 +692,7 @@
|
|||||||
|
|
||||||
/* Added at libpng-1.4.0 */
|
/* Added at libpng-1.4.0 */
|
||||||
#ifndef PNG_USER_CHUNK_CACHE_MAX
|
#ifndef PNG_USER_CHUNK_CACHE_MAX
|
||||||
# define PNG_USER_CHUNK_CACHE_MAX 0x7ffffffLL
|
# define PNG_USER_CHUNK_CACHE_MAX 0x7fffffffL
|
||||||
#endif
|
#endif
|
||||||
|
|
||||||
/* Added at libpng-1.4.0 */
|
/* Added at libpng-1.4.0 */
|
||||||
|
|||||||
Reference in New Issue
Block a user