mirror of
https://github.com/shadps4-emu/ext-libusb.git
synced 2026-01-31 00:55:21 +01:00
openbsd: Use default clause in _errno_to_libusb()
Same as for NetBSD. Closes #1295 Signed-off-by: Tormod Volden <debian.tormod@gmail.com>
This commit is contained in:
@@ -495,9 +495,9 @@ _errno_to_libusb(int err)
|
||||
return LIBUSB_ERROR_NO_MEM;
|
||||
case ETIMEDOUT:
|
||||
return LIBUSB_ERROR_TIMEOUT;
|
||||
default:
|
||||
return LIBUSB_ERROR_OTHER;
|
||||
}
|
||||
|
||||
return LIBUSB_ERROR_OTHER;
|
||||
}
|
||||
|
||||
int
|
||||
|
||||
@@ -1 +1 @@
|
||||
#define LIBUSB_NANO 11930
|
||||
#define LIBUSB_NANO 11931
|
||||
|
||||
Reference in New Issue
Block a user