summaryrefslogtreecommitdiff
path: root/pngwrite.c
diff options
context:
space:
mode:
authorGlenn Randers-Pehrson <glennrp at users.sourceforge.net>2015-07-22 22:36:43 -0500
committerGlenn Randers-Pehrson <glennrp at users.sourceforge.net>2015-07-22 22:40:52 -0500
commite6172809bd49f776b75c7a1d51514d6afce6e92a (patch)
tree743964e884b9a4ae06265030bfb08ad4758d8b5a /pngwrite.c
parentdb8704e1f46e0f26972d69fd8f2e01b60e6184cd (diff)
[libpng16] Imported from libpng-1.6.18.tar
Diffstat (limited to 'pngwrite.c')
-rw-r--r--pngwrite.c4
1 files changed, 2 insertions, 2 deletions
diff --git a/pngwrite.c b/pngwrite.c
index ce410eb87..3c8cbbe5e 100644
--- a/pngwrite.c
+++ b/pngwrite.c
@@ -1,7 +1,7 @@
/* pngwrite.c - general routines to write a PNG file
*
- * Last changed in libpng 1.6.18 [(PENDING RELEASE)]
+ * Last changed in libpng 1.6.18 [July 23, 2015]
* Copyright (c) 1998-2015 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.)
@@ -125,7 +125,7 @@ png_write_info_before_PLTE(png_structrp png_ptr, png_const_inforp info_ptr)
* Under certain circumstances the colorspace can be invalidated without
* syncing the info_struct 'valid' flags; this happens if libpng detects
* an error and calls png_error while the color space is being set, yet
- * the * application continues writing the PNG. So check the 'invalid'
+ * the application continues writing the PNG. So check the 'invalid'
* flag here too.
*/
#ifdef PNG_GAMMA_SUPPORTED