summaryrefslogtreecommitdiffstatshomepage
path: root/src/emu/ui.c
diff options
context:
space:
mode:
author Aaron Giles <aaron@aarongiles.com>2009-12-28 09:04:00 +0000
committer Aaron Giles <aaron@aarongiles.com>2009-12-28 09:04:00 +0000
commitbd24fb23c10ca9fbf63e2191dc8e58a87b83b325 (patch)
tree5ba5c3cffeb38fb8f492e030130268c4bcbafb4d /src/emu/ui.c
parent6763b10bf005f0bcd1ba23e440d652b31dcac447 (diff)
Results of running the latest srcclean.
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;