Indentation error.
This commit is contained in:
parent
7776525c96
commit
e0403e4dae
12
file.c
12
file.c
|
@ -307,12 +307,12 @@ static bool load_bsx_rom(bool slotted)
|
||||||
if (slotted)
|
if (slotted)
|
||||||
{
|
{
|
||||||
if (!psnes_load_cartridge_bsx_slotted(
|
if (!psnes_load_cartridge_bsx_slotted(
|
||||||
NULL, rom_buf, rom_len,
|
NULL, rom_buf, rom_len,
|
||||||
NULL, extra_rom_buf, extra_rom_len))
|
NULL, extra_rom_buf, extra_rom_len))
|
||||||
{
|
{
|
||||||
SSNES_ERR("Cannot load BSX slotted rom.\n");
|
SSNES_ERR("Cannot load BSX slotted rom.\n");
|
||||||
goto error;
|
goto error;
|
||||||
}
|
}
|
||||||
|
|
||||||
}
|
}
|
||||||
else
|
else
|
||||||
|
|
Loading…
Reference in New Issue