diff options
Diffstat (limited to 'ps.c')
-rw-r--r-- | ps.c | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -40,7 +40,7 @@ | |||
40 | #define bb_need_help | 40 | #define bb_need_help |
41 | #include "messages.c" | 41 | #include "messages.c" |
42 | 42 | ||
43 | #define TERMINAL_WIDTH 79 /* not 80 in case terminal has linefold bug */ | 43 | static const int TERMINAL_WIDTH = 79; /* not 80 in case terminal has linefold bug */ |
44 | 44 | ||
45 | 45 | ||
46 | 46 | ||