diff options
Diffstat (limited to 'src/sysdep.c')
| -rw-r--r-- | src/sysdep.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/sysdep.c b/src/sysdep.c index fc252e87aa8..b983694baf9 100644 --- a/src/sysdep.c +++ b/src/sysdep.c @@ -168,7 +168,7 @@ struct utimbuf { #define LPASS8 0 #endif -static int baud_convert[] = +static const int baud_convert[] = { 0, 50, 75, 110, 135, 150, 200, 300, 600, 1200, 1800, 2400, 4800, 9600, 19200, 38400 |
