Skip to content

Commit 5ebb670

Browse files
(hopefully) Fixup Windows build
1 parent 2680cd0 commit 5ebb670

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/main/native/cpp/CANBridgeUtils.cpp

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -109,7 +109,7 @@ int parse_serial_com_port(const std::string& in) {
109109
}
110110
catch(const std::exception& e)
111111
{
112-
std::cerr << 'parse_serial_com_port: Error running stoi: ' << e.what() << '\n';
112+
std::cerr << "parse_serial_com_port: Error running stoi: " << e.what() << '\n';
113113
}
114114

115115
return returnval;

0 commit comments

Comments
 (0)