فهرست منبع

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";
     }
 };