summaryrefslogtreecommitdiff
path: root/render
diff options
context:
space:
mode:
Diffstat (limited to 'render')
-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 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)
{