diff options
Diffstat (limited to 'util-linux')
| -rw-r--r-- | util-linux/more.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/util-linux/more.c b/util-linux/more.c index ffc8206f2..9310cf930 100644 --- a/util-linux/more.c +++ b/util-linux/more.c | |||
| @@ -51,7 +51,7 @@ FILE *cin; | |||
| 51 | 51 | ||
| 52 | static struct termios initial_settings, new_settings; | 52 | static struct termios initial_settings, new_settings; |
| 53 | 53 | ||
| 54 | void gotsig(int sig) | 54 | static void gotsig(int sig) |
| 55 | { | 55 | { |
| 56 | setTermSettings(fileno(cin), &initial_settings); | 56 | setTermSettings(fileno(cin), &initial_settings); |
| 57 | fprintf(stdout, "\n"); | 57 | fprintf(stdout, "\n"); |
