summaryrefslogtreecommitdiff
path: root/pnginfo.h
diff options
context:
space:
mode:
authorGlenn Randers-Pehrson <glennrp at users.sourceforge.net>2013-01-23 20:59:12 -0600
committerGlenn Randers-Pehrson <glennrp at users.sourceforge.net>2013-02-02 17:14:54 -0600
commitd14caad2e9c46d02403e9db167a1daa8b59954b6 (patch)
tree9ca070f73068740683685ad983373dfe0102e7a5 /pnginfo.h
parentc2ac10b502f9cdf932d13a15e98d8810477180a1 (diff)
downloadlibpng-d14caad2e9c46d02403e9db167a1daa8b59954b6.tar.gz
[master] Imported from libpng-1.5.14.tar
Diffstat (limited to 'pnginfo.h')
-rw-r--r--pnginfo.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/pnginfo.h b/pnginfo.h
index a33bfab06..0e5c977dd 100644
--- a/pnginfo.h
+++ b/pnginfo.h
@@ -242,7 +242,7 @@ defined(PNG_READ_BACKGROUND_SUPPORTED)
#ifdef PNG_sPLT_SUPPORTED
/* Data on sPLT chunks (there may be more than one). */
png_sPLT_tp splt_palettes;
- png_uint_32 splt_palettes_num;
+ int splt_palettes_num;
#endif
#ifdef PNG_sCAL_SUPPORTED