mirror of
https://github.com/Genymobile/scrcpy.git
synced 2025-04-21 03:55:05 +00:00
Changed output to be correct
This commit is contained in:
parent
c136edf09d
commit
141d625d5a
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 to continue...\n");
|
||||
getchar();
|
||||
}
|
||||
#endif
|
||||
|
|
Loading…
Add table
Reference in a new issue