[libpng17] Update CHANGES and ANNOUNCE, fix two trivial typos in comments

This commit is contained in:
Glenn Randers-Pehrson
2015-12-29 19:50:41 -06:00
parent 4253c4d759
commit fafbc6a458
7 changed files with 45 additions and 13 deletions

View File

@@ -134,7 +134,7 @@ png_write_text(png_structrp png_ptr, png_const_inforp info_ptr, png_byte where)
}
/* The chunk was written, record where. This allows the location to have
* multiple bits set, the first successful write freezes the location.
* multiple bits set; the first successful write freezes the location.
*/
info_ptr->text[i].location = where;
}