summaryrefslogtreecommitdiff
path: root/render/box_normalise.c
diff options
context:
space:
mode:
Diffstat (limited to 'render/box_normalise.c')
-rw-r--r--render/box_normalise.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/render/box_normalise.c b/render/box_normalise.c
index 757ba4bb6..2a6f759a0 100644
--- a/render/box_normalise.c
+++ b/render/box_normalise.c
@@ -514,7 +514,7 @@ bool box_normalise_table_row(struct box *row,
{
struct box *child;
struct box *next_child;
- struct box *cell;
+ struct box *cell = NULL;
struct css_style *style;
unsigned int i;