Skip to content

Commit

Permalink
Update plugins/usbdmx/EuroliteProFactory.cpp
Browse files Browse the repository at this point in the history
Co-authored-by: Peter Newman <peternewman@users.noreply.github.com>
  • Loading branch information
aroffringa and peternewman committed Jan 14, 2024
1 parent 8af5d09 commit c4cd3dc
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion plugins/usbdmx/EuroliteProFactory.cpp
Expand Up @@ -118,7 +118,7 @@ bool EuroliteProFactory::DeviceAdded(
}

const bool serial_matches =
STLContains(m_expected_eurolite_mk2_serials, info.serial);
STLContains(m_expected_eurolite_mk2_serials, info.serial);

if (m_enable_eurolite_mk2 || serial_matches) {
if (serial_matches) {
Expand Down

0 comments on commit c4cd3dc

Please sign in to comment.