Squash warning

svn path=/trunk/netsurf/; revision=9686
This commit is contained in:
John Mark Bell 2009-11-22 13:46:23 +00:00
parent 498cd522da
commit 51d545772c
1 changed files with 1 additions and 1 deletions

View File

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