diff options
| author | 2015-05-11 15:18:54 -0700 | |
|---|---|---|
| committer | 2015-05-11 15:18:54 -0700 | |
| commit | 046044618d8540ea703060dbf8bfb7dbe577c9b8 (patch) | |
| tree | bd5d8896bcf0cc1a00b99768ec8df01c31551dc7 | |
| parent | Merge pull request #749 from yuriks/stack-top (diff) | |
| download | yuzu-046044618d8540ea703060dbf8bfb7dbe577c9b8.tar.gz yuzu-046044618d8540ea703060dbf8bfb7dbe577c9b8.tar.xz yuzu-046044618d8540ea703060dbf8bfb7dbe577c9b8.zip | |
NWM_UDS: Fix a typo in the nwm service port name
Diffstat (limited to '')
| -rw-r--r-- | src/core/hle/service/nwm_uds.h | 2 |
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 9043f5aa7..82abdff28 100644 --- a/src/core/hle/service/nwm_uds.h +++ b/src/core/hle/service/nwm_uds.h | |||
| @@ -18,7 +18,7 @@ public: | |||
| 18 | Interface(); | 18 | Interface(); |
| 19 | 19 | ||
| 20 | std::string GetPortName() const override { | 20 | std::string GetPortName() const override { |
| 21 | return "nwm:UDS"; | 21 | return "nwm::UDS"; |
| 22 | } | 22 | } |
| 23 | }; | 23 | }; |
| 24 | 24 | ||