summaryrefslogtreecommitdiff
path: root/render
diff options
context:
space:
mode:
Diffstat (limited to 'render')
-rw-r--r--render/box.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/render/box.c b/render/box.c
index 27b4fceae..1dcc443b1 100644
--- a/render/box.c
+++ b/render/box.c
@@ -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);