LCMSBOOL -> cmsBool

This commit is contained in:
wiredfool 2013-10-01 22:24:41 -07:00
parent a2fd0e99e2
commit 9c0f4a131f

View File

@ -435,7 +435,7 @@ createProfile(PyObject *self, PyObject *args)
static PyObject * static PyObject *
cms_profile_is_intent_supported(CmsProfileObject *self, PyObject *args) cms_profile_is_intent_supported(CmsProfileObject *self, PyObject *args)
{ {
LCMSBOOL result; cmsBool result;
int intent; int intent;
int direction; int direction;