Windows: Fix broken build caused by missing rename in 63a440f1
authorChris Dickens <christopher.a.dickens@gmail.com>
Sun, 11 Jan 2015 16:16:24 +0000 (08:16 -0800)
committerChris Dickens <christopher.a.dickens@gmail.com>
Sun, 11 Jan 2015 16:16:24 +0000 (08:16 -0800)
libusb/os/windows_usb.c
libusb/version_nano.h

index 3add9e1..b302b59 100644 (file)
@@ -2795,7 +2795,7 @@ static void winusbx_close(int sub_api, struct libusb_device_handle *dev_handle)
 {
        struct windows_device_handle_priv *handle_priv = _device_handle_priv(dev_handle);
        struct windows_device_priv *priv = _device_priv(dev_handle->dev);
-       HANDLE file_handle;
+       HANDLE handle;
        int i;
 
        if (sub_api == SUB_API_NOTSET)
index a5c7b98..44f9eff 100644 (file)
@@ -1 +1 @@
-#define LIBUSB_NANO 10946
+#define LIBUSB_NANO 10947