[devel] Minor revisions to comments on pngstruct.h and pngvalid.c

This commit is contained in:
Glenn Randers-Pehrson
2011-05-15 19:38:06 -05:00
parent 0e128dfa2f
commit 73904f52b4
2 changed files with 9 additions and 9 deletions

View File

@@ -111,7 +111,7 @@ struct png_struct_def
png_bytep avg_row; /* buffer to save "avg" row when filtering */
png_bytep paeth_row; /* buffer to save "Paeth" row when filtering */
png_row_info row_info; /* used for transformation routines */
png_size_t info_rowbytes; /* Adding in 1.5.3: cache of updated row bytes */
png_size_t info_rowbytes; /* Added in 1.5.3: cache of updated row bytes */
png_uint_32 idat_size; /* current IDAT size for read */
png_uint_32 crc; /* current chunk CRC value */