Browse Source

NWM_UDS: Fix a typo in the nwm service port name

pull/15/merge
purpasmart96 11 years ago
parent
commit
046044618d
  1. 2
      src/core/hle/service/nwm_uds.h

2
src/core/hle/service/nwm_uds.h

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

Loading…
Cancel
Save