aboutsummaryrefslogtreecommitdiffstats
path: root/host/src/simtrace2-cardem-pcsc.c
diff options
context:
space:
mode:
Diffstat (limited to 'host/src/simtrace2-cardem-pcsc.c')
-rw-r--r--host/src/simtrace2-cardem-pcsc.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/host/src/simtrace2-cardem-pcsc.c b/host/src/simtrace2-cardem-pcsc.c
index 8e143ba..510a371 100644
--- a/host/src/simtrace2-cardem-pcsc.c
+++ b/host/src/simtrace2-cardem-pcsc.c
@@ -633,7 +633,7 @@ close_exit:
if (transp->usb_devh)
libusb_close(transp->usb_devh);
- libusb_exit(NULL);
+ osmo_libusb_exit(NULL);
do_exit:
return ret;
}