1
0
mirror of https://github.com/rkd77/elinks.git synced 2025-02-02 15:09:23 -05:00

draw_table_caption(): reduce indentation level.

This commit is contained in:
Laurent MONIN 2005-12-01 11:33:43 +01:00 committed by Laurent MONIN
parent b42c3f5bd2
commit ac01cbba30

View File

@ -1194,12 +1194,12 @@ draw_table_caption(struct html_context *html_context, struct table *table,
0, table->real_width, table->part->document, x, y,
NULL, table->link_num);
if (part) {
table->part->cy += part->box.height;
table->part->cx = -1;
table->part->link_num = part->link_num;
mem_free(part);
}
if (!part) return;
table->part->cy += part->box.height;
table->part->cx = -1;
table->part->link_num = part->link_num;
mem_free(part);
}
/* This renders tag soup elements that the parser detected while chewing it's