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

Compile fix for commit e876df70d8

This commit is contained in:
Jonas Fonseca 2007-08-29 20:51:43 +02:00 committed by Witold Filipczyk
parent 2c6afbe5e8
commit 4e9982332e

View File

@ -797,7 +797,7 @@ get_image_map(unsigned char *head, unsigned char *pos, unsigned char *eof,
struct html_element *
void *
init_html_parser_state(struct html_context *html_context,
enum html_element_mortality_type type,
int align, int margin, int width)
@ -823,8 +823,10 @@ init_html_parser_state(struct html_context *html_context,
void
done_html_parser_state(struct html_context *html_context,
struct html_element *element)
void *state)
{
struct html_element *element = state;
html_context->line_breax = 1;
while (html_top != element) {