Useless keyword "static" removed from structure declaration
Этот коммит содержится в:
родитель
7c515a1b5c
Коммит
13de3b19a6
@ -55,7 +55,7 @@ void init_pair (int, CTYPE, CTYPE);
|
|||||||
# endif
|
# endif
|
||||||
#endif
|
#endif
|
||||||
|
|
||||||
static struct colorpair {
|
struct colorpair {
|
||||||
char *name; /* Name of the entry */
|
char *name; /* Name of the entry */
|
||||||
CTYPE fg; /* foreground color */
|
CTYPE fg; /* foreground color */
|
||||||
CTYPE bg; /* background color */
|
CTYPE bg; /* background color */
|
||||||
|
Загрузка…
Ссылка в новой задаче
Block a user