summaryrefslogtreecommitdiffstatshomepage
path: root/src/emu/mame.c
diff options
context:
space:
mode:
Diffstat (limited to 'src/emu/mame.c')
-rw-r--r--src/emu/mame.c4
1 files changed, 2 insertions, 2 deletions
diff --git a/src/emu/mame.c b/src/emu/mame.c
index ab55609f2e2..98062b14877 100644
--- a/src/emu/mame.c
+++ b/src/emu/mame.c
@@ -170,7 +170,7 @@ int mame_execute(emu_options &options, osd_interface &osd)
astring errors;
options.parse_standard_inis(errors);
}
-
+
// otherwise, perform validity checks before anything else
if (system != NULL)
{
@@ -189,7 +189,7 @@ int mame_execute(emu_options &options, osd_interface &osd)
web.set_machine(machine);
web.push_message("update_machine");
-
+
// run the machine
error = machine.run(firstrun);
firstrun = false;