mirror of
https://github.com/86Box/86Box.git
synced 2026-02-28 09:54:21 -07:00
Some code smell fixes from sonarlint
This commit is contained in:
@@ -67,7 +67,8 @@ machine_pc_init(const machine_t *model)
|
||||
int
|
||||
machine_pc82_init(const machine_t *model)
|
||||
{
|
||||
int ret, ret2;
|
||||
int ret;
|
||||
int ret2;
|
||||
|
||||
ret = bios_load_linear("roms/machines/ibmpc82/pc102782.bin",
|
||||
0x000fe000, 40960, 0);
|
||||
|
||||
Reference in New Issue
Block a user