mirror of
https://github.com/netsurf-browser/netsurf
synced 2024-12-23 12:36:51 +03:00
Fix syntax.
svn path=/trunk/netsurf/; revision=3800
This commit is contained in:
parent
3edfd4feb7
commit
0241f21d4d
@ -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 *
|
||||
|
Loading…
Reference in New Issue
Block a user