Просмотр исходного кода

NWM_UDS: Fix a typo in the nwm service port name

purpasmart96 11 лет назад
Родитель
Сommit
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();
     Interface();
 
 
     std::string GetPortName() const override {
     std::string GetPortName() const override {
-        return "nwm:UDS";
+        return "nwm::UDS";
     }
     }
 };
 };