mirror of
https://github.com/switchbrew/libnx.git
synced 2025-07-04 18:42: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 {
|
else {
|
||||||
*interface_data = inter->interface;
|
*interface_data = inter->interface;
|
||||||
*endpoint_in = inter->endpoint_in;
|
*endpoint_in = inter->endpoint_in;
|
||||||
*endpoint_out = outter->endpoint_out;
|
*endpoint_out = inter->endpoint_out;
|
||||||
rc = 0;
|
rc = 0;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user