Remove C++ comment

This commit is contained in:
mayeut 2015-09-09 23:38:46 +02:00
parent e71247bb90
commit 4f5ec07c31
1 changed files with 1 additions and 1 deletions

View File

@ -581,7 +581,7 @@ void color_apply_conversion(opj_image_t *image)
row = (int*)image->icc_profile_buf;
enumcs = row[0];
if(enumcs == 14)// CIELab
if(enumcs == 14) /* CIELab */
{
int *L, *a, *b, *red, *green, *blue;
int *src0, *src1, *src2, *dst0, *dst1, *dst2;