summaryrefslogtreecommitdiff
path: root/framebuffer
diff options
context:
space:
mode:
authorMichael Drake <tlsa@netsurf-browser.org>2009-03-02 09:14:50 +0000
committerMichael Drake <tlsa@netsurf-browser.org>2009-03-02 09:14:50 +0000
commitaa99f3645c753cf32bf6f9e88ee239cfd533277d (patch)
tree3cb78f5f44bb8c8ad675efbf0658abf884712397 /framebuffer
parent5281c7cdc9797474bd7643d2b2504d6271daa9bc (diff)
downloadnetsurf-aa99f3645c753cf32bf6f9e88ee239cfd533277d.tar.gz
netsurf-aa99f3645c753cf32bf6f9e88ee239cfd533277d.tar.bz2
Avoid warning.
svn path=/trunk/netsurf/; revision=6663
Diffstat (limited to 'framebuffer')
-rw-r--r--framebuffer/fb_plotters.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/framebuffer/fb_plotters.c b/framebuffer/fb_plotters.c
index 22bc79eb2..b6e16f7b2 100644
--- a/framebuffer/fb_plotters.c
+++ b/framebuffer/fb_plotters.c
@@ -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;