summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authormayeut <mayeut@users.noreply.github.com>2015-09-09 23:38:46 +0200
committermayeut <mayeut@users.noreply.github.com>2015-09-09 23:38:46 +0200
commit4f5ec07c315872bdee0885be085ebf57cede2db9 (patch)
treeeb7720a860c931d3ffd7905bfa55bca71db6ac2c
parente71247bb90085155559fafaf088d4e573add7156 (diff)
Remove C++ comment
-rw-r--r--src/bin/common/color.c2
1 files changed, 1 insertions, 1 deletions
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;