summaryrefslogtreecommitdiff
path: root/render/box_construct.c
diff options
context:
space:
mode:
Diffstat (limited to 'render/box_construct.c')
-rw-r--r--render/box_construct.c3
1 files changed, 2 insertions, 1 deletions
diff --git a/render/box_construct.c b/render/box_construct.c
index fe0cc2ade..5b22e9990 100644
--- a/render/box_construct.c
+++ b/render/box_construct.c
@@ -3012,7 +3012,8 @@ bool box_embed(BOX_SPECIAL_PARAMS)
struct object_params *params;
struct object_param *param;
dom_namednodemap *attrs;
- unsigned long idx, num_attrs;
+ unsigned long idx;
+ uint32_t num_attrs;
dom_string *src;
dom_exception err;