1
0
mirror of https://github.com/rkd77/elinks.git synced 2025-01-03 14:57:44 -05:00

[intl] anonymous structs are questionable

This commit is contained in:
Witold Filipczyk 2023-01-27 17:15:51 +01:00
parent 4ddf484e01
commit 483796dc7f

View File

@ -203,7 +203,7 @@ new_translation_table(struct conv_table *p)
/* list of unicode codepoints supported by the current terminal, if this /* list of unicode codepoints supported by the current terminal, if this
* information is available, otherwise size = -1 */ * information is available, otherwise size = -1 */
struct { struct el_codepoints {
int size; int size;
unicode_val_T *list; unicode_val_T *list;
} codepoints; } codepoints;