summaryrefslogtreecommitdiff
path: root/thirdparty/libpng/pngwrite.c
diff options
context:
space:
mode:
authorRémi Verschelde <rverschelde@gmail.com>2022-12-21 11:47:53 +0100
committerRémi Verschelde <rverschelde@gmail.com>2022-12-21 11:47:53 +0100
commit925ad18e1a5b6fa7e25a5b2678fad32e73ad3bf0 (patch)
tree841642eebcddd319a4853a8777300ed861bef041 /thirdparty/libpng/pngwrite.c
parent63f95c0e58e51ec2939e8b47803cb607fb35cadc (diff)
libpng: Update to upstream 1.6.39
Diffstat (limited to 'thirdparty/libpng/pngwrite.c')
-rw-r--r--thirdparty/libpng/pngwrite.c8
1 files changed, 4 insertions, 4 deletions
diff --git a/thirdparty/libpng/pngwrite.c b/thirdparty/libpng/pngwrite.c
index 06c45d16ab..4e58d776a9 100644
--- a/thirdparty/libpng/pngwrite.c
+++ b/thirdparty/libpng/pngwrite.c
@@ -75,10 +75,10 @@ write_unknown_chunks(png_structrp png_ptr, png_const_inforp info_ptr,
* library. If you have a new chunk to add, make a function to write it,
* and put it in the correct location here. If you want the chunk written
* after the image data, put it in png_write_end(). I strongly encourage
- * you to supply a PNG_INFO_ flag, and check info_ptr->valid before writing
- * the chunk, as that will keep the code from breaking if you want to just
- * write a plain PNG file. If you have long comments, I suggest writing
- * them in png_write_end(), and compressing them.
+ * you to supply a PNG_INFO_<chunk> flag, and check info_ptr->valid before
+ * writing the chunk, as that will keep the code from breaking if you want
+ * to just write a plain PNG file. If you have long comments, I suggest
+ * writing them in png_write_end(), and compressing them.
*/
void PNGAPI
png_write_info_before_PLTE(png_structrp png_ptr, png_const_inforp info_ptr)