summaryrefslogtreecommitdiff
path: root/plugins/AdvaImg/src/LibPNG/pngstruct.h
diff options
context:
space:
mode:
authorGeorge Hazan <george.hazan@gmail.com>2015-04-07 21:26:51 +0000
committerGeorge Hazan <george.hazan@gmail.com>2015-04-07 21:26:51 +0000
commit7f1871aed138dfe22ac879749bb40220da3f8da4 (patch)
treebe79670f2ad72c493d218b060634ced21af6ea2f /plugins/AdvaImg/src/LibPNG/pngstruct.h
parent364d4e43e8a8755ba16778f0df7bf8208b1ecae6 (diff)
libpng updated to 1.6.17 release
git-svn-id: http://svn.miranda-ng.org/main/trunk@12663 1316c22d-e87f-b044-9b9b-93d7a3e3ba9c
Diffstat (limited to 'plugins/AdvaImg/src/LibPNG/pngstruct.h')
-rw-r--r--plugins/AdvaImg/src/LibPNG/pngstruct.h5
1 files changed, 2 insertions, 3 deletions
diff --git a/plugins/AdvaImg/src/LibPNG/pngstruct.h b/plugins/AdvaImg/src/LibPNG/pngstruct.h
index 039ddd409e..bec30845fa 100644
--- a/plugins/AdvaImg/src/LibPNG/pngstruct.h
+++ b/plugins/AdvaImg/src/LibPNG/pngstruct.h
@@ -1,12 +1,11 @@
/* pngstruct.h - header file for PNG reference library
*
+ * Last changed in libpng 1.6.1 [March 28, 2013]
* Copyright (c) 1998-2013 Glenn Randers-Pehrson
* (Version 0.96 Copyright (c) 1996, 1997 Andreas Dilger)
* (Version 0.88 Copyright (c) 1995, 1996 Guy Eric Schalnat, Group 42, Inc.)
*
- * Last changed in libpng 1.6.1 [March 28, 2013]
- *
* This code is released under the libpng license.
* For conditions of distribution and use, see the disclaimer
* and license in png.h
@@ -101,7 +100,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.