mirror of
https://github.com/python-pillow/Pillow.git
synced 2025-01-26 17:24:31 +03:00
Removed duplicate return statements
This commit is contained in:
parent
f1c66a0ba5
commit
9d701a0026
|
@ -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