From d59c1e3537afea9590943532a021acbfa3d7e542 Mon Sep 17 00:00:00 2001 From: Rob Kendrick Date: Tue, 21 Mar 2006 17:33:35 +0000 Subject: [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 --- render/html_redraw.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'render/html_redraw.c') 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, -- cgit v1.2.3