mirror of
https://github.com/shadps4-emu/ext-libusb.git
synced 2026-01-31 00:55:21 +01:00
core: Remove select case not possibly reached
References #1067 Signed-off-by: Tormod Volden <debian.tormod@gmail.com>
This commit is contained in:
@@ -2237,7 +2237,6 @@ int API_EXPORTED libusb_set_option(libusb_context *ctx,
|
||||
return LIBUSB_ERROR_NOT_SUPPORTED;
|
||||
break;
|
||||
|
||||
case LIBUSB_OPTION_MAX:
|
||||
default:
|
||||
return LIBUSB_ERROR_INVALID_PARAM;
|
||||
}
|
||||
|
||||
@@ -1 +1 @@
|
||||
#define LIBUSB_NANO 11734
|
||||
#define LIBUSB_NANO 11735
|
||||
|
||||
Reference in New Issue
Block a user