From 542fd04e021ce8a268c88b5e93ce191569fdc9eb Mon Sep 17 00:00:00 2001 From: Chris Dickens Date: Mon, 5 Jan 2015 23:34:45 -0800 Subject: [PATCH] Fixing erroneous double semi-colon --- libusb/hotplug.c | 2 +- libusb/version_nano.h | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/libusb/hotplug.c b/libusb/hotplug.c index 3ac159f..8dc185f 100644 --- a/libusb/hotplug.c +++ b/libusb/hotplug.c @@ -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) { diff --git a/libusb/version_nano.h b/libusb/version_nano.h index 05593c9..9fa87a9 100644 --- a/libusb/version_nano.h +++ b/libusb/version_nano.h @@ -1 +1 @@ -#define LIBUSB_NANO 10940 +#define LIBUSB_NANO 10941 -- 2.7.4