diff options
Diffstat (limited to 'more.c')
-rw-r--r-- | more.c | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -47,7 +47,7 @@ | |||
47 | # define getTermSettings(fd,argp) tcgetattr(fd, argp); | 47 | # define getTermSettings(fd,argp) tcgetattr(fd, argp); |
48 | # endif | 48 | # endif |
49 | 49 | ||
50 | FILE *cin; | 50 | static FILE *cin; |
51 | 51 | ||
52 | static struct termios initial_settings, new_settings; | 52 | static struct termios initial_settings, new_settings; |
53 | 53 | ||