summaryrefslogtreecommitdiff
path: root/pngrio.c
diff options
context:
space:
mode:
authorGlenn Randers-Pehrson <glennrp at users.sourceforge.net>2014-11-06 22:11:39 -0600
committerGlenn Randers-Pehrson <glennrp at users.sourceforge.net>2014-11-06 22:11:39 -0600
commitcda68df8c17ac23083904c580a6115b06aa8675d (patch)
tree9fa3efe8995b7fefb39fc4a96277e5778e0aa5a4 /pngrio.c
parent70cb8f9a7eb3d0ea3bd7ac9308cd31e49111c09d (diff)
[libpng16] Changed "#endif /* PNG_FEATURE_SUPPORTED */" to "#endif /* FEATURE */"
Diffstat (limited to 'pngrio.c')
-rw-r--r--pngrio.c4
1 files changed, 2 insertions, 2 deletions
diff --git a/pngrio.c b/pngrio.c
index d75ac5b4d..cf305c327 100644
--- a/pngrio.c
+++ b/pngrio.c
@@ -1,7 +1,7 @@
/* pngrio.c - functions for data input
*
- * Last changed in libpng 1.6.9 [February 6, 2014]
+ * Last changed in libpng 1.6.15 [(PENDING RELEASE)]
* Copyright (c) 1998-2014 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.)
@@ -117,4 +117,4 @@ png_set_read_fn(png_structrp png_ptr, png_voidp io_ptr,
png_ptr->output_flush_fn = NULL;
#endif
}
-#endif /* PNG_READ_SUPPORTED */
+#endif /* READ */