libusb_ll: probe type -> probe_type

This commit is contained in:
Gwenhael Goavec-Merou
2025-05-15 18:18:49 +02:00
parent 392b4c61ee
commit e6ee4fb99a
+1 -1
View File
@@ -251,7 +251,7 @@ bool libusb_ll::scan()
<< std::setw(4) << "Bus"
<< std::setw(7) << "device"
<< std::setw(14) << "vid:pid"
<< std::setw(probe_len) << "probe type"
<< std::setw(probe_len) << "probe_type"
<< std::setw(manufacturer_len) << "manufacturer"
<< std::setw(serial_len) << "serial"
<< "product";