summaryrefslogtreecommitdiff
path: root/example.c
diff options
context:
space:
mode:
authorGlenn Randers-Pehrson <glennrp at users.sourceforge.net>2010-10-04 17:24:36 -0500
committerGlenn Randers-Pehrson <glennrp at users.sourceforge.net>2010-10-04 22:24:14 -0500
commitb0876110ca9425214e3dc85ffb8c5c733bb3de53 (patch)
treebb5c818e46aa139f943c7679af13512ca9e7ec1d /example.c
parent110c9367bd6c1008908559a5bd153871b3052c40 (diff)
downloadlibpng-b0876110ca9425214e3dc85ffb8c5c733bb3de53.tar.gz
[devel] Fixed problem with symbols creation in Makefile.am which was assuming
that CCP writes to standard output by default (Martin Banky).
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 943dbaa1a..3b1b81e7f 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.5.0 [September 11, 2010]
+ * Last changed in libpng 1.5.0 [October 4, 2010]
* This file has been placed in the public domain by the authors.
* Maintained 1998-2010 Glenn Randers-Pehrson
* Maintained 1996, 1997 Andreas Dilger)