Fix warnings in vl82c59x.c and m_at_socket4_5.c (#6249)

This commit is contained in:
win2kgamer
2025-09-28 22:56:46 -05:00
committed by GitHub
parent 5c9fa029bf
commit 4fb6e3aaac
2 changed files with 7 additions and 6 deletions

View File

@@ -101,4 +101,5 @@ machine_at_celebris5xx_init(const machine_t *model)
if (gfxcard[0] == VID_INTERNAL)
device_add(machine_get_vid_device(machine));
return ret;
}