From abcf8a2d4bc6cf9e63e66d9a39df25f5b9cdbaf9 Mon Sep 17 00:00:00 2001 From: Bo Yang Date: Tue, 5 May 2009 11:58:54 +0000 Subject: Modify some typo, thanks to the partly-completed testcase to help to find this little problem. svn path=/trunk/dom/; revision=7392 --- include/dom/core/node.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'include/dom/core/node.h') 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) -- cgit v1.2.3