Fix syntax.

svn path=/trunk/netsurf/; revision=3800
This commit is contained in:
Michael Drake 2008-01-29 01:18:23 +00:00
parent 3edfd4feb7
commit 0241f21d4d
1 changed files with 1 additions and 1 deletions

View File

@ -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 *