Rename function to destroy a list of USB devices
Rename from "usb_device_" to "usb_devices_". PR #3005 <https://github.com/Genymobile/scrcpy/pull/3005>
This commit is contained in:
@@ -115,7 +115,7 @@ scrcpy_otg(struct scrcpy_options *options) {
|
||||
if (!serial) {
|
||||
LOGE("Specify the device via -s or --serial");
|
||||
}
|
||||
sc_usb_device_destroy_all(usb_devices, count);
|
||||
sc_usb_devices_destroy_all(usb_devices, count);
|
||||
goto end;
|
||||
}
|
||||
usb_device_initialized = true;
|
||||
|
||||
Reference in New Issue
Block a user