corrected else case in imageInput.c line 56
This commit is contained in:
parent
868007ad49
commit
255cd1a36b
@ -55,7 +55,8 @@ GrayScaleImageSeries *readImages(const char *path)
|
||||
}
|
||||
else
|
||||
{
|
||||
series = NULL;
|
||||
fclose(readSource);
|
||||
return NULL;
|
||||
}
|
||||
|
||||
fclose(readSource);
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user