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