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

View File

@ -1691,7 +1691,7 @@ struct box *layout_minmax_line(struct box *first,
css_len2px(&b->style->width.value. css_len2px(&b->style->width.value.
length, b->style); length, b->style);
if (width < 0) if (width < 0)
width: 0; width = 0;
break; break;
case CSS_WIDTH_PERCENT: case CSS_WIDTH_PERCENT:
/*b->width = width * /*b->width = width *