aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--coreutils/stty.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/coreutils/stty.c b/coreutils/stty.c
index 06e3b0ed5..849f61540 100644
--- a/coreutils/stty.c
+++ b/coreutils/stty.c
@@ -412,7 +412,7 @@ enum {
412}; 412};
413 413
414/* The width of the screen, for output wrapping */ 414/* The width of the screen, for output wrapping */
415unsigned max_col = 80; /* default */ 415static unsigned max_col = 80; /* default */
416 416
417struct globals { 417struct globals {
418 /* Current position, to know when to wrap */ 418 /* Current position, to know when to wrap */