minor change

This commit is contained in:
royqh1979 2021-11-05 21:36:17 +08:00
parent 1b523408dc
commit 49ec38c685
1 changed files with 1 additions and 1 deletions

View File

@ -62,7 +62,7 @@ void PauseExit(int exitcode, bool reInp) {
freopen("CONIN$","r",stdin);
}
printf("\n");
printf("Press ANY key to exit...\n");
printf("Press ANY key to exit...");
getch();
if (reInp) {
CloseHandle(hInp);