summaryrefslogtreecommitdiff
path: root/libusb
diff options
context:
space:
mode:
authorYegor Yefremov <yegorslists@googlemail.com>2022-02-12 15:07:36 +0100
committerTormod Volden <debian.tormod@gmail.com>2022-03-18 19:16:27 +0100
commit0d9731ef67da17f3ab606a4b41d4acf64b3d4f69 (patch)
tree05d47ce6fd829729623a3adf06bddb3e11cd65e0 /libusb
parent3b9ce7ba7c30aaf344f65862b27ecceedf2a44ff (diff)
downloadlibusb-0d9731ef67da17f3ab606a4b41d4acf64b3d4f69.tar.gz
android: Fix typo and syntax in comments
Fix a typo and add missing commas. Also, delete a blank line at the end of the file and use /* */ for comments consistently. Closes #1071 Signed-off-by: Yegor Yefremov <yegorslists@googlemail.com>
Diffstat (limited to 'libusb')
-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 f38faa3..3806cf8 100644
--- a/libusb/version_nano.h
+++ b/libusb/version_nano.h
@@ -1 +1 @@
-#define LIBUSB_NANO 11707
+#define LIBUSB_NANO 11708