diff options
Diffstat (limited to 'libbb/get_console.c')
-rw-r--r-- | libbb/get_console.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/libbb/get_console.c b/libbb/get_console.c index 0b53524aa..7f2c75332 100644 --- a/libbb/get_console.c +++ b/libbb/get_console.c | |||
@@ -62,7 +62,7 @@ int FAST_FUNC get_console_fd_or_die(void) | |||
62 | } | 62 | } |
63 | } | 63 | } |
64 | 64 | ||
65 | bb_error_msg_and_die("can't open console"); | 65 | bb_simple_error_msg_and_die("can't open console"); |
66 | } | 66 | } |
67 | 67 | ||
68 | /* From <linux/vt.h> */ | 68 | /* From <linux/vt.h> */ |