Imported from libpng-1.0.4-pre3.tar

This commit is contained in:
Glenn Randers-Pehrson
1999-09-18 15:49:20 -05:00
parent f8b008cd43
commit 352ca6bee0
3 changed files with 6 additions and 6 deletions

View File

@@ -12,7 +12,7 @@
#include "png.h"
#if defined(PNG_READ_BGR_SUPPORTED) || defined(PNG_WRITE_BGR_SUPPORTED)
/* turn on bgr to rgb mapping */
/* turn on BGR-to-RGB mapping */
void
png_set_bgr(png_structp png_ptr)
{