summaryrefslogtreecommitdiff
path: root/example.c
diff options
context:
space:
mode:
authorGlenn Randers-Pehrson <glennrp at users.sourceforge.net>2009-12-04 08:40:41 -0600
committerGlenn Randers-Pehrson <glennrp at users.sourceforge.net>2009-12-04 08:40:41 -0600
commit03f9b0295366daa5a0b0754c69d8d0db5294865b (patch)
treec22b28a9038258a49f3d200dfce82eb46cf5d18b /example.c
parentce96c3e6b7eef3d3bea65ed87df53594c1234dc0 (diff)
[devel] Removed "-DPNG_CONFIGURE_LIBPNG" from the makefiles and projects.
and added "#define PNG_NO_PEDANTIC_WARNINGS" in the libpng source files.
Diffstat (limited to 'example.c')
-rw-r--r--example.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/example.c b/example.c
index 09e43b469..d1661d394 100644
--- a/example.c
+++ b/example.c
@@ -2,7 +2,7 @@
#if 0 /* in case someone actually tries to compile this */
/* example.c - an example of using libpng
- * Last changed in libpng 1.4.0 [November 27, 2009]
+ * Last changed in libpng 1.4.0 [December 4, 2009]
* This file has been placed in the public domain by the authors.
* Maintained 1998-2009 Glenn Randers-Pehrson
* Maintained 1996, 1997 Andreas Dilger)