summaryrefslogtreecommitdiffstatshomepage
path: root/src/emu/softlist.c
diff options
context:
space:
mode:
Diffstat (limited to 'src/emu/softlist.c')
-rw-r--r--src/emu/softlist.c1
1 files changed, 0 insertions, 1 deletions
diff --git a/src/emu/softlist.c b/src/emu/softlist.c
index e258ca4ff52..bfb97287150 100644
--- a/src/emu/softlist.c
+++ b/src/emu/softlist.c
@@ -1377,7 +1377,6 @@ void software_list_find_approx_matches(software_list_device *swlistdev, software
software_part *part = software_find_part(swinfo, NULL, NULL);
if ((interface==NULL || softlist_contain_interface(interface, part->interface_)) && (is_software_compatible(part, swlistdev)))
{
-
/* pick the best match between driver name and description */
curpenalty = softlist_penalty_compare(name, candidate->longname);
tmp = softlist_penalty_compare(name, candidate->shortname);