mirror of
https://github.com/rkd77/elinks.git
synced 2024-12-04 14:46:47 -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:
|
||||
line_pos += charlen;
|
||||
cells += cell;
|
||||
#ifdef CONFIG_LIBSIXEL
|
||||
zero:
|
||||
;
|
||||
#endif
|
||||
}
|
||||
mem_free(line);
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user