mirror of
https://github.com/Genymobile/scrcpy.git
synced 2025-04-21 03:55:05 +00:00
fix: closes #1757
This commit is contained in:
parent
c136edf09d
commit
04aa8218b2
1 changed files with 1 additions and 1 deletions
|
@ -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
|
||||
|
|
Loading…
Add table
Reference in a new issue