summaryrefslogtreecommitdiff
path: root/libusb/version_nano.h
diff options
context:
space:
mode:
authorLudovic Rousseau <ludovic.rousseau@free.fr>2023-05-09 22:14:05 +0200
committerLudovic Rousseau <ludovic.rousseau@free.fr>2023-05-09 22:47:27 +0200
commit3bace666b72ca120587e12acc4b3547bb8e3fa32 (patch)
tree11f8aa0297a1f905e836047106fa6d1597febcff /libusb/version_nano.h
parent7c169b8f141c8fc2512af2d9f5efd6c2411b7321 (diff)
downloadlibusb-3bace666b72ca120587e12acc4b3547bb8e3fa32.tar.gz
Fix build error with --enable-debug-log
The error is: core.c:2451:8: error: no member named 'debug' in 'struct libusb_context' _ctx->debug = LIBUSB_LOG_LEVEL_NONE; ~~~~ ^ Signed-off-by: Ludovic Rousseau <ludovic.rousseau@free.fr>
Diffstat (limited to 'libusb/version_nano.h')
-rw-r--r--libusb/version_nano.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/libusb/version_nano.h b/libusb/version_nano.h
index ab21611..6fd8422 100644
--- a/libusb/version_nano.h
+++ b/libusb/version_nano.h
@@ -1 +1 @@
-#define LIBUSB_NANO 11794
+#define LIBUSB_NANO 11795