1
0
mirror of https://github.com/rkd77/elinks.git synced 2024-12-04 14:46:47 -05:00

Compile fix for commit e876df70d8

This commit is contained in:
Jonas Fonseca 2007-08-29 20:51:43 +02:00
parent 8e954e9f61
commit 19f3fd686c

View File

@ -702,7 +702,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)
@ -728,8 +728,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) {