From bda7bfa7396f8879ae848f311a740f0854677552 Mon Sep 17 00:00:00 2001 From: Michael Drake Date: Wed, 2 Jan 2013 18:44:08 +0000 Subject: Make scale const. --- render/html_redraw.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/render/html_redraw.c b/render/html_redraw.c index 26bc46c98..e305b7b08 100644 --- a/render/html_redraw.c +++ b/render/html_redraw.c @@ -1893,7 +1893,7 @@ static bool html_redraw_box_children(const html_content *html, struct box *box, bool html_redraw_box(const html_content *html, struct box *box, int x_parent, int y_parent, - const struct rect *clip, float scale, + const struct rect *clip, const float scale, colour current_background_color, const struct redraw_context *ctx) { -- cgit v1.2.3