Skip to content

Commit 9d701a0

Browse files
committed
Removed duplicate return statements
1 parent f1c66a0 commit 9d701a0

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)