Indentation error.

This commit is contained in:
Themaister 2011-01-29 19:53:23 +01:00
parent 7776525c96
commit e0403e4dae

12
file.c
View File

@ -307,12 +307,12 @@ static bool load_bsx_rom(bool slotted)
if (slotted)
{
if (!psnes_load_cartridge_bsx_slotted(
NULL, rom_buf, rom_len,
NULL, extra_rom_buf, extra_rom_len))
{
SSNES_ERR("Cannot load BSX slotted rom.\n");
goto error;
}
NULL, rom_buf, rom_len,
NULL, extra_rom_buf, extra_rom_len))
{
SSNES_ERR("Cannot load BSX slotted rom.\n");
goto error;
}
}
else