diff options
-rw-r--r-- | examples/xusb.c | 2 | ||||
-rw-r--r-- | libusb/version.h | 2 |
2 files changed, 2 insertions, 2 deletions
diff --git a/examples/xusb.c b/examples/xusb.c index fe2785f..07935d4 100644 --- a/examples/xusb.c +++ b/examples/xusb.c @@ -56,7 +56,7 @@ bool binary_dump = false; char binary_name[64]; -inline static int perr(char const *format, ...) +static int perr(char const *format, ...) { va_list args; int r; diff --git a/libusb/version.h b/libusb/version.h index 18aa054..3347697 100644 --- a/libusb/version.h +++ b/libusb/version.h @@ -9,7 +9,7 @@ #define LIBUSB_MICRO 10 #endif #ifndef LIBUSB_NANO -#define LIBUSB_NANO 10480 +#define LIBUSB_NANO 10481 #endif /* LIBUSB_RC is the release candidate suffix. Should normally be empty. */ #ifndef LIBUSB_RC |