summaryrefslogtreecommitdiffstatshomepage
path: root/src/emu/devfind.c
diff options
context:
space:
mode:
author Miodrag Milanovic <mmicko@gmail.com>2014-04-07 06:04:18 +0000
committer Miodrag Milanovic <mmicko@gmail.com>2014-04-07 06:04:18 +0000
commitfec65e0b5766ade69e086d1c5b859d97494fce56 (patch)
treec22b07938e9ad590184f1276bc2bead6d888a78d /src/emu/devfind.c
parent30d94e51c53f30187a1bc565ef33e4744319790e (diff)
Cleanups and version bumpmame0153
Diffstat (limited to 'src/emu/devfind.c')
-rw-r--r--src/emu/devfind.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/emu/devfind.c b/src/emu/devfind.c
index db53cb05e6d..cf07a9c73d6 100644
--- a/src/emu/devfind.c
+++ b/src/emu/devfind.c
@@ -73,7 +73,7 @@ bool finder_base::report_missing(bool found, const char *objname, bool required)
mame_printf_error("Tag not defined for required device\n");
return false;
}
-
+
// just pass through in the found case
if (found)
return true;