summaryrefslogtreecommitdiff
path: root/libopenjpeg/jp2.c
diff options
context:
space:
mode:
authorMathieu Malaterre <mathieu.malaterre@gmail.com>2014-03-17 16:03:07 +0000
committerMathieu Malaterre <mathieu.malaterre@gmail.com>2014-03-17 16:03:07 +0000
commit773bd891308d37fbcdaf264ed10de0e2a35fec66 (patch)
treed5e36acee7bb1371355c5c28e03fec4db965590d /libopenjpeg/jp2.c
parent5d356d6fcb5cd74ee18c789794582d7685ac6a38 (diff)
[1.5] Remove simple warning about C++ style comments
Diffstat (limited to 'libopenjpeg/jp2.c')
-rw-r--r--libopenjpeg/jp2.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/libopenjpeg/jp2.c b/libopenjpeg/jp2.c
index a53e3f5c..37faec02 100644
--- a/libopenjpeg/jp2.c
+++ b/libopenjpeg/jp2.c
@@ -175,7 +175,7 @@ static opj_bool jp2_read_boxhdr(opj_common_ptr cinfo, opj_cio_t *cio, opj_jp2_bo
}
if (box->length < 0) {
opj_event_msg(cinfo, EVT_ERROR, "Integer overflow in box->length\n");
- return OPJ_FALSE; // TODO: actually check jp2_read_boxhdr's return value
+ return OPJ_FALSE; /* TODO: actually check jp2_read_boxhdr's return value */
}
return OPJ_TRUE;