mirror of
https://github.com/rkd77/elinks.git
synced 2024-10-13 05:43:37 -04:00
[format] signed short . Compilation fix
This commit is contained in:
parent
44fc223840
commit
2f53629fea
@ -25,7 +25,7 @@ enum text_style_format {
|
||||
AT_NO_ENTITIES = 64,
|
||||
};
|
||||
|
||||
typedef unsigned short text_style_format_T;
|
||||
typedef signed short text_style_format_T;
|
||||
|
||||
struct text_style_color {
|
||||
color_T foreground;
|
||||
|
Loading…
Reference in New Issue
Block a user