Browse Source

Make Baud_Rates[] const

Andrew V. Samoilov 22 years ago
parent
commit
6bc00f750c
1 changed files with 1 additions and 1 deletions
  1. 1 1
      slang/slutty.c

+ 1 - 1
slang/slutty.c

@@ -103,7 +103,7 @@ typedef struct termios TTY_Termio_Type;
 static TTY_Termio_Type Old_TTY;
 static TTY_Termio_Type Old_TTY;
 
 
 #ifdef HAVE_TERMIOS_H
 #ifdef HAVE_TERMIOS_H
-static struct 
+static const struct 
 {
 {
     speed_t key;
     speed_t key;
     int value;
     int value;