summaryrefslogtreecommitdiff
path: root/pngstruct.h
diff options
context:
space:
mode:
authorGlenn Randers-Pehrson <glennrp at users.sourceforge.net>2015-01-27 07:02:46 -0600
committerGlenn Randers-Pehrson <glennrp at users.sourceforge.net>2015-01-28 19:15:16 -0600
commit6ef579df50c3477ca162db8102452980923cea53 (patch)
treedbf645c0a9ba2138bf1dc29e6707cd816f605da4 /pngstruct.h
parentbd76965879ff5af537faf19f41db57034e12721b (diff)
downloadlibpng-6ef579df50c3477ca162db8102452980923cea53.tar.gz
[libpng16] Imported from libpng-1.6.17beta01.tarv1.6.17beta01
Diffstat (limited to 'pngstruct.h')
-rw-r--r--pngstruct.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/pngstruct.h b/pngstruct.h
index c1dd026a9..7f4de4910 100644
--- a/pngstruct.h
+++ b/pngstruct.h
@@ -101,7 +101,7 @@ typedef struct png_XYZ
#endif /* COLORSPACE */
#if defined(PNG_COLORSPACE_SUPPORTED) || defined(PNG_GAMMA_SUPPORTED)
-/* A colorspace is all the above plus, potentially, profile information,
+/* A colorspace is all the above plus, potentially, profile information;
* however at present libpng does not use the profile internally so it is only
* stored in the png_info struct (if iCCP is supported.) The rendering intent
* is retained here and is checked.