summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--libusb/os/darwin_usb.h2
-rw-r--r--libusb/version.h2
2 files changed, 2 insertions, 2 deletions
diff --git a/libusb/os/darwin_usb.h b/libusb/os/darwin_usb.h
index 8899297..1746989 100644
--- a/libusb/os/darwin_usb.h
+++ b/libusb/os/darwin_usb.h
@@ -147,7 +147,7 @@ struct darwin_device_handle_priv {
struct darwin_transfer_priv {
/* Isoc */
IOUSBIsocFrame *isoc_framelist;
- size_t num_iso_packets;
+ int num_iso_packets;
/* Control */
#if !defined (LIBUSB_NO_TIMEOUT_DEVICE)
diff --git a/libusb/version.h b/libusb/version.h
index 01ad7fc..e59dfcb 100644
--- a/libusb/version.h
+++ b/libusb/version.h
@@ -9,7 +9,7 @@
#define LIBUSB_MICRO 11
#endif
#ifndef LIBUSB_NANO
-#define LIBUSB_NANO 10497
+#define LIBUSB_NANO 10498
#endif
/* LIBUSB_RC is the release candidate suffix. Should normally be empty. */
#ifndef LIBUSB_RC