Skip to content

Commit bde4e91

Browse files
committed
Minor cosmetics
1 parent ace1ca2 commit bde4e91

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/utilities.hpp

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -616,7 +616,7 @@ inline void print_message(const string& message, const string& keyword="", const
616616
inline void print_error(const string& s) { // print formatted error message
617617
print_message(s, "Error");
618618
#ifdef _WIN32
619-
print_message("Press Enter to exit.", " ", 0, false);
619+
print_message("Press Enter to exit.", " ", -1, false);
620620
#endif // _WIN32
621621
string b = "";
622622
for(int i=0; i<CONSOLE_WIDTH-2; i++) b += "-";

0 commit comments

Comments
 (0)