aboutsummaryrefslogtreecommitdiffhomepage
diff options
context:
space:
mode:
authorGravatar purpasmart96 <kanzoconfigz@hotmail.com>2015-05-11 15:18:54 -0700
committerGravatar purpasmart96 <kanzoconfigz@hotmail.com>2015-05-11 15:18:54 -0700
commit046044618d8540ea703060dbf8bfb7dbe577c9b8 (patch)
treebd5d8896bcf0cc1a00b99768ec8df01c31551dc7
parent10eb8b0c02badb2f87ec2d71f1679a27b679c171 (diff)
NWM_UDS: Fix a typo in the nwm service port name
-rw-r--r--src/core/hle/service/nwm_uds.h2
1 files changed, 1 insertions, 1 deletions
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";
}
};