diff options
| -rw-r--r-- | src/stty.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/stty.c b/src/stty.c index 220c00bf9..b36176e27 100644 --- a/src/stty.c +++ b/src/stty.c @@ -1703,7 +1703,7 @@ struct speed_map unsigned long int value; /* Numeric value. */ }; -struct speed_map speeds[] = +static struct speed_map speeds[] = { {"0", B0, 0}, {"50", B50, 50}, |
