Typedef Color_Def_Type const

This commit is contained in:
Andrew V. Samoilov 2002-09-14 14:03:48 +00:00
parent 3eed09118f
commit 1bf22a71a0

View File

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