summaryrefslogtreecommitdiffstatshomepage
path: root/src/emu/audit.c
diff options
context:
space:
mode:
Diffstat (limited to 'src/emu/audit.c')
-rw-r--r--src/emu/audit.c4
1 files changed, 2 insertions, 2 deletions
diff --git a/src/emu/audit.c b/src/emu/audit.c
index 46e77ea7c03..21d21e72885 100644
--- a/src/emu/audit.c
+++ b/src/emu/audit.c
@@ -123,7 +123,7 @@ int audit_images(core_options *options, const game_driver *gamedrv, UINT32 valid
}
}
}
-
+
machine_config_free(config);
return records;
}
@@ -373,7 +373,7 @@ static int audit_one_rom(core_options *options, const rom_entry *rom, const char
break;
}
}
-
+
/* if not found, check the region as a backup */
if (record->length == 0 && regiontag != NULL)
{