summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorRob Kendrick <rjek@netsurf-browser.org>2006-03-21 17:33:35 +0000
committerRob Kendrick <rjek@netsurf-browser.org>2006-03-21 17:33:35 +0000
commitd59c1e3537afea9590943532a021acbfa3d7e542 (patch)
tree915d776897faa800da71fb353189c3b991a4369b
parent388ce7b8c46ae20b97f891605f014db7fcb2fc6f (diff)
downloadnetsurf-d59c1e3537afea9590943532a021acbfa3d7e542.tar.gz
netsurf-d59c1e3537afea9590943532a021acbfa3d7e542.tar.bz2
[project @ 2006-03-21 17:33:35 by rjek]
Fix typo in redraw code. Yes, I will learn to compile code before checking in. svn path=/import/netsurf/; revision=2146
-rw-r--r--render/html_redraw.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/render/html_redraw.c b/render/html_redraw.c
index acecd2d25..23db55cb6 100644
--- a/render/html_redraw.c
+++ b/render/html_redraw.c
@@ -905,7 +905,7 @@ bool html_redraw_checkbox(int x, int y, int width, int height,
if (z == 0)
z = 1;
- if !((plot.fill(x, y, x + width, y + height, WIDGET_BASEC) &&
+ if (!(plot.fill(x, y, x + width, y + height, WIDGET_BASEC) &&
plot.line(x, y, x + width, y, 1, dark, false, false) &&
plot.line(x, y, x, y + height, 1, dark, false, false) &&
plot.line(x + width, y, x + width, y + height, 1, lite,