[project @ 2003-07-20 13:12:38 by bursa]

Bug fix.

svn path=/import/netsurf/; revision=238
This commit is contained in:
James Bursa 2003-07-20 13:12:38 +00:00
parent 7be6adfd8b
commit 3d8c63e366

View File

@ -964,7 +964,7 @@ void box_normalise_table(struct box *table)
struct box *row_group;
struct css_style *style;
unsigned int *row_span = xcalloc(2, sizeof(row_span[0]));
unsigned int table_columns = 0;
unsigned int table_columns = 1;
assert(table != 0);
assert(table->type == BOX_TABLE);