summaryrefslogtreecommitdiffstatshomepage
path: root/src/emu/ui.c
diff options
context:
space:
mode:
Diffstat (limited to 'src/emu/ui.c')
-rw-r--r--src/emu/ui.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/emu/ui.c b/src/emu/ui.c
index 72b663f3172..04daa3c9c21 100644
--- a/src/emu/ui.c
+++ b/src/emu/ui.c
@@ -930,7 +930,7 @@ static astring *warnings_string(running_machine *machine, astring *string)
/* find the parent of this driver */
clone_of = driver_get_clone(machine->gamedrv);
if (clone_of != NULL && !(clone_of->flags & GAME_IS_BIOS_ROOT))
- maindrv = clone_of;
+ maindrv = clone_of;
else
maindrv = machine->gamedrv;