Style nit.

This commit is contained in:
Themaister 2011-12-26 16:14:33 +01:00
parent 44da8a6749
commit 8301cf8a2f

2
file.c
View File

@ -760,7 +760,6 @@ static bool load_normal_rom(void)
fclose(g_extern.rom_file); fclose(g_extern.rom_file);
SSNES_LOG("ROM size: %d bytes\n", (int)rom_len); SSNES_LOG("ROM size: %d bytes\n", (int)rom_len);
} }
else else
{ {
@ -789,7 +788,6 @@ static bool load_normal_rom(void)
return true; return true;
} }
bool init_rom_file(enum ssnes_game_type type) bool init_rom_file(enum ssnes_game_type type)
{ {
switch (type) switch (type)