Fix some compile warns and update monster copyright

This commit is contained in:
Jasmine Iwanek
2024-08-07 00:55:57 -04:00
parent 5b922c4747
commit 8be47d6781
2 changed files with 12 additions and 11 deletions

View File

@@ -752,7 +752,7 @@ cs423x_init(const device_t *info)
FILE *fp = rom_fopen(PNP_ROM_CS4236B, "rb");
if (fp) {
fread(&(dev->eeprom_data[23]), 1, 8201, fp);
(void) !fread(&(dev->eeprom_data[23]), 1, 8201, fp);
fclose(fp);
}