diff options
Diffstat (limited to 'more.c')
-rw-r--r-- | more.c | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -30,7 +30,7 @@ | |||
30 | #include <signal.h> | 30 | #include <signal.h> |
31 | 31 | ||
32 | 32 | ||
33 | const char more_usage[] = "[file ...]"; | 33 | static const char more_usage[] = "[file ...]"; |
34 | 34 | ||
35 | 35 | ||
36 | #ifdef BB_MORE_TERM | 36 | #ifdef BB_MORE_TERM |