mirror of
https://github.com/python-pillow/Pillow.git
synced 2024-12-26 01:46:18 +03:00
LCMSBOOL -> cmsBool
This commit is contained in:
parent
a2fd0e99e2
commit
9c0f4a131f
|
@ -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;
|
||||
|
|
Loading…
Reference in New Issue
Block a user