summaryrefslogtreecommitdiff
path: root/render
diff options
context:
space:
mode:
Diffstat (limited to 'render')
-rw-r--r--render/box_construct.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/render/box_construct.c b/render/box_construct.c
index 6a363166f..25686c908 100644
--- a/render/box_construct.c
+++ b/render/box_construct.c
@@ -65,7 +65,7 @@ struct box_construct_ctx {
box_construct_complete_cb cb; /**< Callback to invoke on completion */
- int *bctx; /**< talloc context */
+ int *bctx; /**< talloc context */
};
/**