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