1
0
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:
Witold Filipczyk 2022-01-29 17:03:55 +01:00
parent 44fc223840
commit 2f53629fea

View File

@ -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;