summaryrefslogtreecommitdiff
path: root/pngrutil.c
diff options
context:
space:
mode:
authorGlenn Randers-Pehrson <glennrp at users.sourceforge.net>2010-06-24 16:16:32 -0500
committerGlenn Randers-Pehrson <glennrp at users.sourceforge.net>2010-06-25 20:06:43 -0500
commit821b7106b2102ea42e62ec62186f575dc567af5e (patch)
treea54f27fb1be0d6d407cffd0c2c7542f6826e859a /pngrutil.c
parentef3831a1fe0318b68bc6a21996fdb1589eb5c354 (diff)
downloadlibpng-821b7106b2102ea42e62ec62186f575dc567af5e.tar.gz
[devel] Imported from libpng-1.5.0beta31.tarv1.5.0beta31
Diffstat (limited to 'pngrutil.c')
-rw-r--r--pngrutil.c4
1 files changed, 2 insertions, 2 deletions
diff --git a/pngrutil.c b/pngrutil.c
index dad552cd2..0c64755b5 100644
--- a/pngrutil.c
+++ b/pngrutil.c
@@ -1,7 +1,7 @@
/* pngrutil.c - utilities to read a PNG file
*
- * Last changed in libpng 1.4.1 [June 22, 2010]
+ * Last changed in libpng 1.4.1 [June 24, 2010]
* Copyright (c) 1998-2010 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.)
@@ -383,7 +383,7 @@ png_decompress_chunk(png_structp png_ptr, int comp_type,
*newlength = prefix_size + expanded_size;
return; /* The success return! */
}
-
+
png_warning(png_ptr, "png_inflate logic error");
png_free(png_ptr, text);
}