We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 6573576 commit 7264ca1Copy full SHA for 7264ca1
src/main.c
@@ -946,7 +946,7 @@ int main(int argc, char* argv[])
946
int headset_available = find_devices(&devices_found, search_parameters);
947
948
if (headset_available == 1) {
949
- selected_device = devices_found;
+ selected_device = devices_found;
950
selected_product_id = selected_device->device->idProduct;
951
selected_vendor_id = selected_device->device->idVendor;
952
} else if (selected_vendor_id != 0 && selected_product_id != 0) {
@@ -956,7 +956,7 @@ int main(int argc, char* argv[])
956
break;
957
}
958
959
- }
+ }
960
961
if (should_print_help || should_print_help_all) {
962
if (selected_device == NULL) {
0 commit comments