summaryrefslogtreecommitdiff
path: root/pngrutil.c
diff options
context:
space:
mode:
authorGlenn Randers-Pehrson <glennrp at users.sourceforge.net>2011-06-15 12:58:27 -0500
committerGlenn Randers-Pehrson <glennrp at users.sourceforge.net>2011-06-15 12:58:27 -0500
commitef217b76a34e68384a49762861ab6ca773c67c08 (patch)
tree25a32b030b2ef09b5d98b9ea388dfc8833b47daf /pngrutil.c
parentb0791f75ad219152873e58e00166366cf4028fa9 (diff)
downloadlibpng-ef217b76a34e68384a49762861ab6ca773c67c08.tar.gz
[devel] Updated comments that mention 1.5.3; changed them to 1.5.4.
Diffstat (limited to 'pngrutil.c')
-rw-r--r--pngrutil.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/pngrutil.c b/pngrutil.c
index 1c802ef26..2142a5e48 100644
--- a/pngrutil.c
+++ b/pngrutil.c
@@ -2679,7 +2679,7 @@ png_combine_row(png_structp png_ptr, png_bytep row, int mask)
{
png_debug(1, "in png_combine_row");
- /* Added in 1.5.3: the row_info should match the information returned by any
+ /* Added in 1.5.4: the row_info should match the information returned by any
* call to png_read_update_info at this point. Do not continue if we got
* this wrong.
*/