summaryrefslogtreecommitdiff
path: root/render/box_construct.c
diff options
context:
space:
mode:
authorMichael Drake <tlsa@netsurf-browser.org>2012-09-11 13:10:50 +0100
committerMichael Drake <tlsa@netsurf-browser.org>2012-09-11 13:10:50 +0100
commitee9ab42f75213ea5905f43985de989f863b2165b (patch)
tree5e8320b69c2349e8841b2b0abd286a0c3dcce838 /render/box_construct.c
parentf8b2e2233278e8087adece20908bec8e5823a900 (diff)
downloadnetsurf-ee9ab42f75213ea5905f43985de989f863b2165b.tar.gz
netsurf-ee9ab42f75213ea5905f43985de989f863b2165b.tar.bz2
Fixup for latest libdom.
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;