This commit is contained in:
Mateusz Urbanek 2020-10-01 13:48:13 +02:00
parent c136edf09d
commit 04aa8218b2

View file

@ -100,7 +100,7 @@ main(int argc, char *argv[]) {
#if defined (__WINDOWS__) && ! defined (WINDOWS_NOCONSOLE)
if (res != 0) {
fprintf(stderr, "Press any key to continue...\n");
fprintf(stderr, "Press Enter/Return to continue...\n");
getchar();
}
#endif