mirror of
https://github.com/netsurf-browser/netsurf
synced 2024-12-24 04:56:50 +03:00
Squash warning
svn path=/trunk/netsurf/; revision=9686
This commit is contained in:
parent
498cd522da
commit
51d545772c
@ -653,7 +653,7 @@ void layout_minmax_block(struct box *block,
|
||||
int min = 0, max = 0;
|
||||
int extra_fixed = 0;
|
||||
float extra_frac = 0;
|
||||
enum css_width_e wtype;
|
||||
enum css_width_e wtype = CSS_WIDTH_AUTO;
|
||||
css_fixed width = 0;
|
||||
css_unit wunit = CSS_UNIT_PX;
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user