diff options
Diffstat (limited to 'pngstruct.h')
-rw-r--r-- | pngstruct.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/pngstruct.h b/pngstruct.h index 0c55fa5b4..8d65ae3c8 100644 --- a/pngstruct.h +++ b/pngstruct.h @@ -435,7 +435,7 @@ struct png_struct_def /* Added in libpng-1.4.0: Total number of sPLT, text, and unknown * chunks that can be stored (0 means unlimited). */ - png_uint_32 user_chunk_cache_max; + int user_chunk_cache_max; /* Total memory that a zTXt, sPLT, iTXt, iCCP, or unknown chunk * can occupy when decompressed. 0 means unlimited. |