Skip to content

Commit

Permalink
(hopefully) Fixup Windows build
Browse files Browse the repository at this point in the history
  • Loading branch information
qwertychouskie committed Jul 1, 2024
1 parent 2680cd0 commit 5ebb670
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/main/native/cpp/CANBridgeUtils.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -109,7 +109,7 @@ int parse_serial_com_port(const std::string& in) {
}
catch(const std::exception& e)
{
std::cerr << 'parse_serial_com_port: Error running stoi: ' << e.what() << '\n';
std::cerr << "parse_serial_com_port: Error running stoi: " << e.what() << '\n';
}

return returnval;
Expand Down

0 comments on commit 5ebb670

Please sign in to comment.