diff options
Diffstat (limited to 'ls.c')
-rw-r--r-- | ls.c | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -176,7 +176,7 @@ static unsigned short terminal_width; | |||
176 | static unsigned short column_width; | 176 | static unsigned short column_width; |
177 | static unsigned short tabstops; | 177 | static unsigned short tabstops; |
178 | #else | 178 | #else |
179 | # define column_width COLUMN_WIDTH | 179 | static unsigned short column_width = COLUMN_WIDTH; |
180 | #endif | 180 | #endif |
181 | 181 | ||
182 | static int status = EXIT_SUCCESS; | 182 | static int status = EXIT_SUCCESS; |