Skip to content

Commit 321988c

Browse files
committed
Replace errant '.' with ','
1 parent 2acd941 commit 321988c

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

lib/rex/post/hwbridge/extensions/automotive/uds_errors.rb

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -101,7 +101,7 @@ module UDSErrors
101101
"SFNSIAS" => "Sub-Function Not Supoorted In Active Session",
102102
"SNSIAS" => "Service Not Supported In Active Session",
103103
"RTH" => "RPM Too High",
104-
"RTL" => "RPM Too Low".
104+
"RTL" => "RPM Too Low",
105105
"EIR" => "Engine is Running",
106106
"EINR" => "Engine is not Running",
107107
"ERTTL" => "Engine Run Time Too Low",

0 commit comments

Comments
 (0)