mirror of
https://github.com/simh/simh.git
synced 2026-03-02 01:40:43 +00:00
SWTP: remove error path extra close (COVERITY)
This commit is contained in:
@@ -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 */
|
||||
|
||||
Reference in New Issue
Block a user