Fix silly editing error (nw)

This commit is contained in:
AJR 2017-03-02 10:22:54 -05:00
parent eb49d890aa
commit 998b41f701

View File

@ -377,7 +377,7 @@ void info_xml_creator::output_one_device(device_t &device, const char *devtag)
for (ioport_field &field : port.second->fields())
if (field.type() >= IPT_START1 && field.type() < IPT_UI_FIRST)
{
has_input = true; break;
has_input = true;
break;
}