[devel] Update "last changed" dates and added CHANGES entry.

This commit is contained in:
Glenn Randers-Pehrson
2011-05-05 07:32:30 -05:00
parent 88b77cc6f3
commit 4753906826
11 changed files with 31 additions and 23 deletions

View File

@@ -1599,7 +1599,7 @@ png_write_png(png_structp png_ptr, png_infop info_ptr,
#endif
#ifdef PNG_WRITE_FILLER_SUPPORTED
/* Pack XRGB/RGBX/ARGB/RGBA into * RGB (4 channels -> 3 channels) */
/* Pack XRGB/RGBX/ARGB/RGBA into RGB (4 channels -> 3 channels) */
if (transforms & PNG_TRANSFORM_STRIP_FILLER_AFTER)
png_set_filler(png_ptr, 0, PNG_FILLER_AFTER);