Skip to content

Commit c71ede3

Browse files
authored
Merge pull request #4617 from radarhere/return
2 parents 124c06d + 9d701a0 commit c71ede3

1 file changed

Lines changed: 0 additions & 2 deletions

File tree

src/libImaging/Except.c

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -43,14 +43,12 @@ void *
4343
ImagingError_ModeError(void)
4444
{
4545
return ImagingError_ValueError("bad image mode");
46-
return NULL;
4746
}
4847

4948
void *
5049
ImagingError_Mismatch(void)
5150
{
5251
return ImagingError_ValueError("images don't match");
53-
return NULL;
5452
}
5553

5654
void *

0 commit comments

Comments
 (0)