From 9552e33f76639c2776705b0dfe3900b3393583c4 Mon Sep 17 00:00:00 2001 From: ischeinkman Date: Mon, 22 Jul 2019 13:00:06 -0700 Subject: [PATCH] Fixed typos again. --- nx/source/runtime/devices/usb_comms.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/nx/source/runtime/devices/usb_comms.c b/nx/source/runtime/devices/usb_comms.c index 9e874162..3d528fcc 100644 --- a/nx/source/runtime/devices/usb_comms.c +++ b/nx/source/runtime/devices/usb_comms.c @@ -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; }