Skip to content

Commit 7264ca1

Browse files
committed
Clangdfix
1 parent 6573576 commit 7264ca1

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

src/main.c

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -946,7 +946,7 @@ int main(int argc, char* argv[])
946946
int headset_available = find_devices(&devices_found, search_parameters);
947947

948948
if (headset_available == 1) {
949-
selected_device = devices_found;
949+
selected_device = devices_found;
950950
selected_product_id = selected_device->device->idProduct;
951951
selected_vendor_id = selected_device->device->idVendor;
952952
} else if (selected_vendor_id != 0 && selected_product_id != 0) {
@@ -956,7 +956,7 @@ int main(int argc, char* argv[])
956956
break;
957957
}
958958
}
959-
}
959+
}
960960

961961
if (should_print_help || should_print_help_all) {
962962
if (selected_device == NULL) {

0 commit comments

Comments
 (0)