summaryrefslogtreecommitdiff
path: root/example.c
diff options
context:
space:
mode:
authorGlenn Randers-Pehrson <glennrp at users.sourceforge.net>2010-09-10 22:05:27 -0500
committerGlenn Randers-Pehrson <glennrp at users.sourceforge.net>2010-09-10 22:05:27 -0500
commitbcb3aac3c5c517aed6ec88253e717210318423cc (patch)
treea4ababe5a4629a616c86157d4c4a741cfcd3d64c /example.c
parent9a5c1c180fa2f6fa76bb7940c05a657e0af64dbc (diff)
downloadlibpng-bcb3aac3c5c517aed6ec88253e717210318423cc.tar.gz
[devel] Fixed a number of problems with 64-bit compilation reported by Visual
Studio 2010 (John Bowler).
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 db4442807..943dbaa1a 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 [August 28, 2010]
+ * Last changed in libpng 1.5.0 [September 11, 2010]
* This file has been placed in the public domain by the authors.
* Maintained 1998-2010 Glenn Randers-Pehrson
* Maintained 1996, 1997 Andreas Dilger)