X-Git-Url: https://sigrok.org/gitweb/?p=libsigrok.git;a=blobdiff_plain;f=src%2Fusb.c;h=f53119a6aab181b08c2faf338777da9db9db0712;hp=35a3e80ed58cc7d340317b1aeea116ba4d1f2d83;hb=176d785d33a28a1bb24f2ee483595ec54f7b52b6;hpb=faf6dc4633a02970333a892da87ffc6bd1ee7977 diff --git a/src/usb.c b/src/usb.c index 35a3e80e..f53119a6 100644 --- a/src/usb.c +++ b/src/usb.c @@ -393,7 +393,7 @@ SR_PRIV GSList *sr_usb_find(libusb_context *usb_ctx, const char *conn) libusb_free_device_list(devlist, 1); sr_dbg("Found %d device(s).", g_slist_length(devices)); - + return devices; }