From 0241f21d4dd29af5e00c593da8dff617dff28c6d Mon Sep 17 00:00:00 2001 From: Michael Drake Date: Tue, 29 Jan 2008 01:18:23 +0000 Subject: Fix syntax. svn path=/trunk/netsurf/; revision=3800 --- render/layout.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'render') diff --git a/render/layout.c b/render/layout.c index 6a00dcf1a..ae2fa20cf 100644 --- a/render/layout.c +++ b/render/layout.c @@ -1691,7 +1691,7 @@ struct box *layout_minmax_line(struct box *first, css_len2px(&b->style->width.value. length, b->style); if (width < 0) - width: 0; + width = 0; break; case CSS_WIDTH_PERCENT: /*b->width = width * -- cgit v1.2.3