summaryrefslogtreecommitdiff
path: root/libusb/version_nano.h
diff options
context:
space:
mode:
authorroot <asavah@avh.od.ua>2020-01-26 15:01:09 +0200
committerLudovic Rousseau <ludovic.rousseau@free.fr>2020-01-26 14:25:28 +0100
commit48200f2cc23633899270e7c666ac7e948ead8df1 (patch)
tree012e23a6504c81f8055c674147bdeee21e41e92b /libusb/version_nano.h
parent7bc0ff3ce94572f3e52718938e4beb4c7a86bfff (diff)
downloadlibusb-48200f2cc23633899270e7c666ac7e948ead8df1.tar.gz
core: Fix build on linux
Commit 7bc0ff3 left a parenthesis over which prevents succesful build. Signed-off-by: Andrey Perevortkin <asavah@avh.od.ua>
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 e36b015..b691456 100644
--- a/libusb/version_nano.h
+++ b/libusb/version_nano.h
@@ -1 +1 @@
-#define LIBUSB_NANO 11447
+#define LIBUSB_NANO 11448