From 8301cf8a2fe3ba4cde001ba28631d652110ec0ec Mon Sep 17 00:00:00 2001 From: Themaister Date: Mon, 26 Dec 2011 16:14:33 +0100 Subject: [PATCH] Style nit. --- file.c | 2 -- 1 file changed, 2 deletions(-) diff --git a/file.c b/file.c index e4ec0a6fcb..4894140a04 100644 --- a/file.c +++ b/file.c @@ -760,7 +760,6 @@ static bool load_normal_rom(void) fclose(g_extern.rom_file); SSNES_LOG("ROM size: %d bytes\n", (int)rom_len); - } else { @@ -789,7 +788,6 @@ static bool load_normal_rom(void) return true; } - bool init_rom_file(enum ssnes_game_type type) { switch (type)