Skip to content

Commit

Permalink
Minor cosmetics
Browse files Browse the repository at this point in the history
  • Loading branch information
ProjectPhysX committed Feb 26, 2025
1 parent ace1ca2 commit bde4e91
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/utilities.hpp
Original file line number Diff line number Diff line change
Expand Up @@ -616,7 +616,7 @@ inline void print_message(const string& message, const string& keyword="", const
inline void print_error(const string& s) { // print formatted error message
print_message(s, "Error");
#ifdef _WIN32
print_message("Press Enter to exit.", " ", 0, false);
print_message("Press Enter to exit.", " ", -1, false);
#endif // _WIN32
string b = "";
for(int i=0; i<CONSOLE_WIDTH-2; i++) b += "-";
Expand Down

0 comments on commit bde4e91

Please sign in to comment.