mirror of
https://github.com/python-pillow/Pillow.git
synced 2025-02-03 13:14:27 +03:00
Merge pull request #4617 from radarhere/return
This commit is contained in:
commit
c71ede3649
|
@ -43,14 +43,12 @@ void *
|
||||||
ImagingError_ModeError(void)
|
ImagingError_ModeError(void)
|
||||||
{
|
{
|
||||||
return ImagingError_ValueError("bad image mode");
|
return ImagingError_ValueError("bad image mode");
|
||||||
return NULL;
|
|
||||||
}
|
}
|
||||||
|
|
||||||
void *
|
void *
|
||||||
ImagingError_Mismatch(void)
|
ImagingError_Mismatch(void)
|
||||||
{
|
{
|
||||||
return ImagingError_ValueError("images don't match");
|
return ImagingError_ValueError("images don't match");
|
||||||
return NULL;
|
|
||||||
}
|
}
|
||||||
|
|
||||||
void *
|
void *
|
||||||
|
|
Loading…
Reference in New Issue
Block a user