Fix C++ comment in C file

git-svn-id: svn://10.0.0.236/trunk@16078 18797224-902f-48f8-a5cc-f745e15eee43
This commit is contained in:
akkana%netscape.com
1998-12-09 19:46:38 +00:00
parent c712081325
commit 6d0f552ce0

View File

@@ -599,9 +599,9 @@ struct png_struct_def
png_byte background_gamma_type;
float background_gamma;
png_color_16 background; /* background color in screen gamma space */
//#if defined(PNG_READ_GAMMA_SUPPORTED)
/*#if defined(PNG_READ_GAMMA_SUPPORTED)*/
png_color_16 background_1; /* background normalized to gamma 1.0 */
//#endif /* PNG_READ_GAMMA && PNG_READ_bKGD_SUPPORTED */
/*#endif*/ /* PNG_READ_GAMMA && PNG_READ_bKGD_SUPPORTED */
#endif /* PNG_READ_bKGD_SUPPORTED */
#if defined(PNG_WRITE_FLUSH_SUPPORTED)
png_flush_ptr output_flush_fn;/* Function for flushing output */