summaryrefslogtreecommitdiffstatshomepage
path: root/src/emu/clifront.c
diff options
context:
space:
mode:
Diffstat (limited to 'src/emu/clifront.c')
-rw-r--r--src/emu/clifront.c4
1 files changed, 2 insertions, 2 deletions
diff --git a/src/emu/clifront.c b/src/emu/clifront.c
index 57ef01ecde9..856523f7baf 100644
--- a/src/emu/clifront.c
+++ b/src/emu/clifront.c
@@ -583,8 +583,8 @@ void cli_frontend::listslots(const char *gamename)
{
// output the line, up to the list of extensions
printf("%-13s%-20s ", first ? drivlist.driver().name : "", slot->device().tag());
-
- // get the options and print them
+
+ // get the options and print them
const slot_interface* intf = slot->get_slot_interfaces();
for (int i = 0; intf[i].name != NULL; i++)
{