[libpng17] Minor editing of README and comments in example.c and pngtest.c.

This commit is contained in:
Glenn Randers-Pehrson
2014-10-17 09:54:18 -05:00
parent 70cd1a10f2
commit eaad9f9177
3 changed files with 15 additions and 8 deletions

View File

@@ -646,7 +646,7 @@ set_location(png_structp png_ptr, struct user_chunk_data *data, int what)
if ((data->location[0] & what) || (data->location[1] & what))
return 0; /* already have one of these */
/* Find where we are (the code below zeros info_ptr to indicate that the
/* Find where we are (the code below zeroes info_ptr to indicate that the
* chunks before the first IDAT have been read.)
*/
if (data->info_ptr == NULL) /* after IDAT */