1
0
mirror of https://github.com/rkd77/elinks.git synced 2024-09-27 02:56:18 -04: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
* information is available, otherwise size = -1 */
struct {
struct el_codepoints {
int size;
unicode_val_T *list;
} codepoints;