summaryrefslogtreecommitdiffstatshomepage
path: root/src/emu/romload.c
diff options
context:
space:
mode:
Diffstat (limited to 'src/emu/romload.c')
-rw-r--r--src/emu/romload.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/emu/romload.c b/src/emu/romload.c
index 4c2f21ea453..84fd2e1736c 100644
--- a/src/emu/romload.c
+++ b/src/emu/romload.c
@@ -422,7 +422,7 @@ static void display_rom_load_results(rom_load_data *romdata)
if (romdata->errors != 0)
{
const char *rgntag, *nextrgntag;
-
+
/* clean up any regions */
for (rgntag = memory_region_next(Machine, NULL); rgntag != NULL; rgntag = nextrgntag)
{