summaryrefslogtreecommitdiff
path: root/third_party/libopenjpeg20/image.c
diff options
context:
space:
mode:
Diffstat (limited to 'third_party/libopenjpeg20/image.c')
-rw-r--r--third_party/libopenjpeg20/image.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/third_party/libopenjpeg20/image.c b/third_party/libopenjpeg20/image.c
index bf7a701942..13bcb8e45f 100644
--- a/third_party/libopenjpeg20/image.c
+++ b/third_party/libopenjpeg20/image.c
@@ -70,7 +70,7 @@ opj_image_t* OPJ_CALLCONV opj_image_create(OPJ_UINT32 numcmpts,
comp->sgnd = cmptparms[compno].sgnd;
if (comp->h != 0 &&
(OPJ_SIZE_T)comp->w > SIZE_MAX / comp->h / sizeof(OPJ_INT32)) {
- // TODO event manager
+ /* TODO event manager */
opj_image_destroy(image);
return NULL;
}