summaryrefslogtreecommitdiff
path: root/include
diff options
context:
space:
mode:
Diffstat (limited to 'include')
-rw-r--r--include/dom/core/node.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/include/dom/core/node.h b/include/dom/core/node.h
index 0cef5df..f525d0b 100644
--- a/include/dom/core/node.h
+++ b/include/dom/core/node.h
@@ -228,7 +228,7 @@ static inline dom_exception dom_node_get_child_nodes(struct dom_node *node,
(dom_node_internal *) node, result);
}
#define dom_node_get_child_nodes(n, r) dom_node_get_child_nodes( \
- (dom_node *) (n), (struct dom_nodeslist **) (r))
+ (dom_node *) (n), (struct dom_nodelist **) (r))
static inline dom_exception dom_node_get_first_child(struct dom_node *node,
dom_node **result)