[libpng17] Removed extra line left over from recent patch to pngwutil.c

This commit is contained in:
Glenn Randers-Pehrson 2013-04-13 20:07:29 -05:00
parent d529363d13
commit 9e0297546f

View File

@ -1742,7 +1742,6 @@ png_write_iTXt(png_structrp png_ptr, int compression, png_const_charp key,
{
if (png_text_compress(png_ptr, png_iTXt, &comp, prefix_len) != Z_OK)
png_error(png_ptr, png_ptr->zstream.msg);
png_write_chunk_header(png_ptr, png_iTXt, comp.output_len + prefix_len);
}
else