mirror of
https://github.com/switchbrew/libnx.git
synced 2025-07-04 10:32:15 +02:00
Fixed typos again.
This commit is contained in:
parent
8fc61674ee
commit
9552e33f76
@ -613,7 +613,7 @@ Result usbCommsGetInfoEx(UsbDsInterface ** interface_data, UsbDsEndpoint ** endp
|
||||
else {
|
||||
*interface_data = inter->interface;
|
||||
*endpoint_in = inter->endpoint_in;
|
||||
*endpoint_out = outter->endpoint_out;
|
||||
*endpoint_out = inter->endpoint_out;
|
||||
rc = 0;
|
||||
}
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user