mirror of
https://github.com/rkd77/elinks.git
synced 2025-01-03 14:57:44 -05:00
[plain] Compilation fix. Refs #239
This commit is contained in:
parent
7a91db2f13
commit
f85f899a7f
@ -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);
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user