diff options
Diffstat (limited to 'console-tools/resize.c')
-rw-r--r-- | console-tools/resize.c | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/console-tools/resize.c b/console-tools/resize.c index 056e33750..6fa7ce9ea 100644 --- a/console-tools/resize.c +++ b/console-tools/resize.c | |||
@@ -7,7 +7,7 @@ | |||
7 | * Licensed under GPLv2 or later, see file LICENSE in this source tree. | 7 | * Licensed under GPLv2 or later, see file LICENSE in this source tree. |
8 | */ | 8 | */ |
9 | //config:config RESIZE | 9 | //config:config RESIZE |
10 | //config: bool "resize (903 bytes)" | 10 | //config: bool "resize (1.2 kb)" |
11 | //config: default y | 11 | //config: default y |
12 | //config: help | 12 | //config: help |
13 | //config: This program is used to (re)set the width and height of your current | 13 | //config: This program is used to (re)set the width and height of your current |
@@ -45,7 +45,7 @@ static void | |||
45 | onintr(int sig UNUSED_PARAM) | 45 | onintr(int sig UNUSED_PARAM) |
46 | { | 46 | { |
47 | tcsetattr(STDERR_FILENO, TCSANOW, old_termios_p); | 47 | tcsetattr(STDERR_FILENO, TCSANOW, old_termios_p); |
48 | _exit(EXIT_FAILURE); | 48 | _exit_FAILURE(); |
49 | } | 49 | } |
50 | 50 | ||
51 | int resize_main(int argc, char **argv) MAIN_EXTERNALLY_VISIBLE; | 51 | int resize_main(int argc, char **argv) MAIN_EXTERNALLY_VISIBLE; |