From 7840542e65b694f251e15ca5d247b9ede25d9f89 Mon Sep 17 00:00:00 2001 From: John Mark Bell Date: Mon, 2 Mar 2009 19:47:27 +0000 Subject: Squash warnings svn path=/trunk/netsurf/; revision=6674 --- render/box_normalise.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'render/box_normalise.c') 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; -- cgit v1.2.3