diff options
| author | Even Rouault <even.rouault@spatialys.com> | 2017-09-19 18:22:07 +0200 |
|---|---|---|
| committer | Even Rouault <even.rouault@spatialys.com> | 2017-09-19 18:22:07 +0200 |
| commit | d415723fd9f2ee415e506e94ee8be8127680fdcd (patch) | |
| tree | 88407f7c05afc142395e2f24a114ad7de6ddfdb8 /src/lib/openjp2/image.c | |
| parent | ce199f42e77f972d6ee782b63492f6d861891053 (diff) | |
Replace C++ style comments by C ones
Diffstat (limited to 'src/lib/openjp2/image.c')
| -rw-r--r-- | src/lib/openjp2/image.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/lib/openjp2/image.c b/src/lib/openjp2/image.c index bf7a7019..13bcb8e4 100644 --- a/src/lib/openjp2/image.c +++ b/src/lib/openjp2/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; } |
