Browse Source

Typedef Color_Def_Type const

Andrew V. Samoilov 22 years ago
parent
commit
1bf22a71a0
1 changed files with 1 additions and 1 deletions
  1. 1 1
      slang/sldisply.c

+ 1 - 1
slang/sldisply.c

@@ -815,7 +815,7 @@ void SLtt_del_eol (void)
    SLtt_write_string(Del_Eol_Str);
 }
 
-typedef struct
+typedef const struct
 {
    char *name;
    SLtt_Char_Type color;