Some targets only return from getchar() on newline.

This commit is contained in:
Oliver Schmidt 2015-12-02 18:27:54 +01:00
parent 48d1d74f1c
commit 922bebc68a

View File

@ -146,7 +146,7 @@ app_quit(void)
if(file != -1) {
cfs_close(file);
}
puts("Press any key to continue...");
puts("Press <enter> to continue...");
getchar();
process_exit(&wget_process);
LOADER_UNLOAD();