1
0
mirror of https://github.com/rkd77/elinks.git synced 2024-06-29 01:45:34 +00:00

[plain] Compilation fix. Refs #239

This commit is contained in:
Witold Filipczyk 2023-06-20 13:58:14 +02:00
parent 7a91db2f13
commit f85f899a7f

View File

@ -745,7 +745,10 @@ add_document_line(struct plain_renderer *renderer,
next: next:
line_pos += charlen; line_pos += charlen;
cells += cell; cells += cell;
#ifdef CONFIG_LIBSIXEL
zero: zero:
;
#endif
} }
mem_free(line); mem_free(line);