1
0
mirror of https://git.suyu.dev/suyu/suyu synced 2025-04-17 09:44:08 -05:00

NWM_UDS: Fix a typo in the nwm service port name

This commit is contained in:
purpasmart96 2015-05-11 15:18:54 -07:00
parent 10eb8b0c02
commit 046044618d

View File

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