]> granicus.if.org Git - openjpeg/commitdiff
[trunk] removed illegal character in comment
authorAntonin Descampe <antonin@gmail.com>
Fri, 3 Oct 2014 19:52:20 +0000 (19:52 +0000)
committerAntonin Descampe <antonin@gmail.com>
Fri, 3 Oct 2014 19:52:20 +0000 (19:52 +0000)
src/lib/openjp2/jp2.c

index dd188c1ba73b4bd08f63572693d54f1f9c9f3af5..b52bd445375994b6889f6ba667ea6b55cf3615e9 100644 (file)
@@ -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);