mirror of
https://github.com/simh/simh.git
synced 2026-01-11 23:52:58 +00:00
SWTP: remove error path extra close (COVERITY)
This commit is contained in:
parent
c48b254228
commit
861d460ce5
@ -218,7 +218,6 @@ t_stat BOOTROM_reset (DEVICE *dptr)
|
||||
if (fp == NULL) {
|
||||
printf("\tUnable to open ROM file %s\n",BOOTROM_unit.filename);
|
||||
printf("\tNo ROM image loaded!!!\n");
|
||||
fclose(fp);
|
||||
return SCPE_OK;
|
||||
}
|
||||
j = 0; /* load EPROM file */
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user