SWTP: remove error path extra close (COVERITY)

This commit is contained in:
Bill Beech 2017-04-05 12:48:52 -07:00
parent c48b254228
commit 861d460ce5

View file

@ -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 */