Avoid warning.

svn path=/trunk/netsurf/; revision=6663
This commit is contained in:
Michael Drake 2009-03-02 09:14:50 +00:00
parent 5281c7cdc9
commit aa99f3645c
1 changed files with 1 additions and 1 deletions

View File

@ -234,7 +234,7 @@ static bool fb_plotters_find_span(const int *p, int n, int x, int y,
int p_x0, p_y0;
int p_x1, p_y1;
int x_new;
bool direction;
bool direction = false;
*x0 = *x1 = INT_MAX;