diff --git a/_imagingcms.c b/_imagingcms.c index 3dbe21198..b5ba1250f 100644 --- a/_imagingcms.c +++ b/_imagingcms.c @@ -435,7 +435,7 @@ createProfile(PyObject *self, PyObject *args) static PyObject * cms_profile_is_intent_supported(CmsProfileObject *self, PyObject *args) { - LCMSBOOL result; + cmsBool result; int intent; int direction;