SWTP: remove error path extra close (COVERITY)
This commit is contained in:
parent
c48b254228
commit
861d460ce5
1 changed files with 0 additions and 1 deletions
|
@ -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…
Add table
Reference in a new issue