diff options
Diffstat (limited to 'more.c')
-rw-r--r-- | more.c | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -49,7 +49,7 @@ | |||
49 | 49 | ||
50 | FILE *cin; | 50 | FILE *cin; |
51 | 51 | ||
52 | struct termios initial_settings, new_settings; | 52 | static struct termios initial_settings, new_settings; |
53 | 53 | ||
54 | void gotsig(int sig) | 54 | void gotsig(int sig) |
55 | { | 55 | { |