aboutsummaryrefslogtreecommitdiffstats
path: root/host/src/simtrace2_usb.c
diff options
context:
space:
mode:
Diffstat (limited to 'host/src/simtrace2_usb.c')
-rw-r--r--host/src/simtrace2_usb.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/host/src/simtrace2_usb.c b/host/src/simtrace2_usb.c
index 8ebc4f7..b329ead 100644
--- a/host/src/simtrace2_usb.c
+++ b/host/src/simtrace2_usb.c
@@ -78,7 +78,7 @@ static struct log_info log_info = {};
int main(int argc, char **argv)
{
osmo_init_logging2(NULL, &log_info);
- osmo_libusb_init(NULL);
+ OSMO_ASSERT(osmo_libusb_init(NULL) == 0);
find_devices();
return 0;
}