Some targets only return from getchar() on newline.
This commit is contained in:
parent
48d1d74f1c
commit
922bebc68a
|
@ -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();
|
||||
|
|
Loading…
Reference in a new issue