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