提交 56d237f1 编写于 作者: B Brinan Sjostrom 提交者: Romain Vimont

Fix "press Enter key" message

The message said "Press any key to continue...", whereas only
Enter/Return is accepted.

PR #1783 <https://github.com/Genymobile/scrcpy/pull/1783>
Fixes #1757 <https://github.com/Genymobile/scrcpy/issues/1757>
Reviewed-by: NYu-Chen Lin <npes87184@gmail.com>
Signed-off-by: NRomain Vimont <rom@rom1v.com>
上级 acc65f8c
......@@ -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
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册