summaryrefslogtreecommitdiff
path: root/render/box_normalise.c
diff options
context:
space:
mode:
authorJohn Mark Bell <jmb@netsurf-browser.org>2009-03-02 19:47:27 +0000
committerJohn Mark Bell <jmb@netsurf-browser.org>2009-03-02 19:47:27 +0000
commit7840542e65b694f251e15ca5d247b9ede25d9f89 (patch)
tree70ab935bdd1c5a58a052b4cf36c03249358cc58c /render/box_normalise.c
parentc72b3cf71a2e9eabbee8c6fa6819a1909478c212 (diff)
downloadnetsurf-7840542e65b694f251e15ca5d247b9ede25d9f89.tar.gz
netsurf-7840542e65b694f251e15ca5d247b9ede25d9f89.tar.bz2
Squash warnings
svn path=/trunk/netsurf/; revision=6674
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;