X-Git-Url: https://git.zerfleddert.de/cgi-bin/gitweb.cgi/hmcfgusb/blobdiff_plain/9db2e455127fa181c68cf093d23fe0c1ee142925..813afd1296fd1ead02d4292705831e10dd3fcf5d:/hmland.c diff --git a/hmland.c b/hmland.c index 75d4e14..3366c8b 100644 --- a/hmland.c +++ b/hmland.c @@ -216,7 +216,7 @@ int main(int argc, char **argv) } } - libusb_close(NULL); + hmcfgusb_close(dev); return EXIT_SUCCESS; }