summaryrefslogtreecommitdiff
path: root/render/box.c
diff options
context:
space:
mode:
Diffstat (limited to 'render/box.c')
-rw-r--r--render/box.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/render/box.c b/render/box.c
index 6f5b3f158..234c9599a 100644
--- a/render/box.c
+++ b/render/box.c
@@ -465,7 +465,7 @@ struct box *box_find_by_id(struct box *box, const char *id)
* \return true iff the box is rendered
*/
-bool *box_visible(struct box *box)
+bool box_visible(struct box *box)
{
struct box *fallback;