Remove C++ comment
authormayeut <mayeut@users.noreply.github.com>
Wed, 9 Sep 2015 21:38:46 +0000 (23:38 +0200)
committermayeut <mayeut@users.noreply.github.com>
Wed, 9 Sep 2015 21:38:46 +0000 (23:38 +0200)
src/bin/common/color.c

index 98a4cec8fb23467988252a29110dcc7fb1b561c8..d38f3372ef2d7877209bd3f21d1490e3fdd975c4 100644 (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;