Merge pull request #4617 from radarhere/return

This commit is contained in:
Hugo van Kemenade 2020-05-25 17:03:48 +03:00 committed by GitHub
commit c71ede3649
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -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 *