summaryrefslogtreecommitdiff
path: root/render/box.c
diff options
context:
space:
mode:
Diffstat (limited to 'render/box.c')
-rw-r--r--render/box.c4
1 files changed, 2 insertions, 2 deletions
diff --git a/render/box.c b/render/box.c
index b48b07e8f..87f1134cf 100644
--- a/render/box.c
+++ b/render/box.c
@@ -109,8 +109,8 @@ free_box_style(struct box *b)
*/
struct box * box_create(css_select_results *styles, css_computed_style *style,
- bool style_owned, char *href, const char *target, char *title,
- char *id, void *context)
+ bool style_owned, const char *href, const char *target,
+ const char *title, char *id, void *context)
{
unsigned int i;
struct box *box;