Преглед изворни кода

NWM_UDS: Fix a typo in the nwm service port name

purpasmart96 пре 11 година
родитељ
комит
046044618d
1 измењених фајлова са 1 додато и 1 уклоњено
  1. 1 1
      src/core/hle/service/nwm_uds.h

+ 1 - 1
src/core/hle/service/nwm_uds.h

@@ -18,7 +18,7 @@ public:
     Interface();
 
     std::string GetPortName() const override {
-        return "nwm:UDS";
+        return "nwm::UDS";
     }
 };