summaryrefslogtreecommitdiff
path: root/render
diff options
context:
space:
mode:
Diffstat (limited to 'render')
-rw-r--r--render/html.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/render/html.c b/render/html.c
index 8592ad6e2..17735f116 100644
--- a/render/html.c
+++ b/render/html.c
@@ -467,7 +467,7 @@ bool html_convert(struct content *c, int width, int height)
return false;
}
#if ALWAYS_DUMP_BOX
- box_dump(c->data.html.layout->children, 0);
+ box_dump(stderr, c->data.html.layout->children, 0);
#endif
#if ALWAYS_DUMP_FRAMESET
if (c->data.html.frameset)