mirror of
https://github.com/RPCS3/libusb.git
synced 2026-07-21 00:16:04 -04:00
committed by
Pete Batard
parent
25e8276597
commit
b38ac3fbb1
+1
-1
@@ -147,7 +147,7 @@ int main(int argc, char*argv[])
|
||||
return print_usage(-1);
|
||||
}
|
||||
if ((device_id != NULL) && (device_path != NULL)) {
|
||||
logerror("only one of -d or -a can be specified\n");
|
||||
logerror("only one of -d or -p can be specified\n");
|
||||
return print_usage(-1);
|
||||
}
|
||||
|
||||
|
||||
@@ -1 +1 @@
|
||||
#define LIBUSB_NANO 10876
|
||||
#define LIBUSB_NANO 10877
|
||||
|
||||
Reference in New Issue
Block a user