1
0
mirror of https://github.com/rkd77/elinks.git synced 2024-06-20 00:15:31 +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:
line_pos += charlen;
cells += cell;
#ifdef CONFIG_LIBSIXEL
zero:
;
#endif
}
mem_free(line);