mirror of
https://github.com/MidnightCommander/mc
synced 2025-01-03 18:14:25 +03:00
Make Baud_Rates[] const
This commit is contained in:
parent
1bf22a71a0
commit
6bc00f750c
@ -103,7 +103,7 @@ typedef struct termios TTY_Termio_Type;
|
||||
static TTY_Termio_Type Old_TTY;
|
||||
|
||||
#ifdef HAVE_TERMIOS_H
|
||||
static struct
|
||||
static const struct
|
||||
{
|
||||
speed_t key;
|
||||
int value;
|
||||
|
Loading…
Reference in New Issue
Block a user