diff options
Diffstat (limited to 'console-tools/showkey.c')
-rw-r--r-- | console-tools/showkey.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/console-tools/showkey.c b/console-tools/showkey.c index c322ce99d..8f0e9d938 100644 --- a/console-tools/showkey.c +++ b/console-tools/showkey.c @@ -56,7 +56,7 @@ static void xset1(struct termios *t) { int ret = tcsetattr(STDIN_FILENO, TCSAFLUSH, t); if (ret) { - bb_perror_msg("can't tcsetattr for stdin"); + bb_simple_perror_msg("can't tcsetattr for stdin"); } } |