From 4f5ec07c315872bdee0885be085ebf57cede2db9 Mon Sep 17 00:00:00 2001 From: mayeut Date: Wed, 9 Sep 2015 23:38:46 +0200 Subject: [PATCH] Remove C++ comment --- src/bin/common/color.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/bin/common/color.c b/src/bin/common/color.c index 98a4cec8..d38f3372 100644 --- a/src/bin/common/color.c +++ b/src/bin/common/color.c @@ -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;