From 046044618d8540ea703060dbf8bfb7dbe577c9b8 Mon Sep 17 00:00:00 2001 From: purpasmart96 Date: Mon, 11 May 2015 15:18:54 -0700 Subject: NWM_UDS: Fix a typo in the nwm service port name --- src/core/hle/service/nwm_uds.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'src/core') diff --git a/src/core/hle/service/nwm_uds.h b/src/core/hle/service/nwm_uds.h index 9043f5aa..82abdff2 100644 --- a/src/core/hle/service/nwm_uds.h +++ b/src/core/hle/service/nwm_uds.h @@ -18,7 +18,7 @@ public: Interface(); std::string GetPortName() const override { - return "nwm:UDS"; + return "nwm::UDS"; } }; -- cgit v1.2.3