summaryrefslogtreecommitdiff
path: root/src/lib
diff options
context:
space:
mode:
authorAntonin Descampe <antonin@gmail.com>2014-10-03 19:52:20 +0000
committerAntonin Descampe <antonin@gmail.com>2014-10-03 19:52:20 +0000
commita0a3af1dee52e93ddbcdef867f547c66e1d2104f (patch)
tree01d0ce53739d50444eca7d22b16356b3255d1ae4 /src/lib
parent48832d944f25b6e8f81c44ce2f2b780ab6a53f7c (diff)
[trunk] removed illegal character in comment
Diffstat (limited to 'src/lib')
-rw-r--r--src/lib/openjp2/jp2.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/lib/openjp2/jp2.c b/src/lib/openjp2/jp2.c
index dd188c1b..b52bd445 100644
--- a/src/lib/openjp2/jp2.c
+++ b/src/lib/openjp2/jp2.c
@@ -1280,7 +1280,7 @@ OPJ_BOOL opj_jp2_read_colr( opj_jp2_t *jp2,
}
else if (jp2->meth > 2)
{
- /* ISO/IEC 15444-1:2004 (E), Table I.9 ­ Legal METH values:
+ /* ISO/IEC 15444-1:2004 (E), Table I.9 Legal METH values:
conforming JP2 reader shall ignore the entire Colour Specification box.*/
opj_event_msg(p_manager, EVT_INFO, "COLR BOX meth value is not a regular value (%d), "
"so we will ignore the entire Colour Specification box. \n", jp2->meth);