Fixing erroneous double semi-colon
authorChris Dickens <christopher.a.dickens@gmail.com>
Tue, 6 Jan 2015 07:34:45 +0000 (23:34 -0800)
committerChris Dickens <christopher.a.dickens@gmail.com>
Tue, 6 Jan 2015 07:38:19 +0000 (23:38 -0800)
libusb/hotplug.c
libusb/version_nano.h

index 3ac159f..8dc185f 100644 (file)
@@ -206,7 +206,7 @@ void usbi_hotplug_match(struct libusb_context *ctx, struct libusb_device *dev,
 void usbi_hotplug_notification(struct libusb_context *ctx, struct libusb_device *dev,
        libusb_hotplug_event event)
 {
-       int pending_events;;
+       int pending_events;
        libusb_hotplug_message *message = calloc(1, sizeof(*message));
 
        if (!message) {
index 05593c9..9fa87a9 100644 (file)
@@ -1 +1 @@
-#define LIBUSB_NANO 10940
+#define LIBUSB_NANO 10941