From e0403e4daeafc0fd1ac4276ba9f37d8694a3fa2e Mon Sep 17 00:00:00 2001 From: Themaister Date: Sat, 29 Jan 2011 19:53:23 +0100 Subject: [PATCH] Indentation error. --- file.c | 12 ++++++------ 1 file changed, 6 insertions(+), 6 deletions(-) diff --git a/file.c b/file.c index e773a6fc1a..61ab028f15 100644 --- a/file.c +++ b/file.c @@ -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