1
0
mirror of https://github.com/simh/simh.git synced 2026-05-05 07:23:34 +00:00

SWTP: Cleanup Coverity identified issues

This commit is contained in:
Bill Beech
2017-03-20 13:32:43 -07:00
parent 6831746400
commit bef62a51fd
4 changed files with 41 additions and 54 deletions

View File

@@ -218,6 +218,7 @@ 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 */