summaryrefslogtreecommitdiffstatshomepage
path: root/src/emu/emuopts.c
diff options
context:
space:
mode:
Diffstat (limited to 'src/emu/emuopts.c')
-rw-r--r--src/emu/emuopts.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/emu/emuopts.c b/src/emu/emuopts.c
index 5834a61a0fa..a29a878c44c 100644
--- a/src/emu/emuopts.c
+++ b/src/emu/emuopts.c
@@ -491,7 +491,7 @@ void emu_options::set_system_name(const char *name)
astring error;
set_value(OPTION_SYSTEMNAME, name, OPTION_PRIORITY_CMDLINE, error);
assert(!error);
-
+
// remove any existing device options and then add them afresh
remove_device_options();
if (add_slot_options(true))