From 05a3cf37e14017a3593ed9e17e4a83b003ef29d6 Mon Sep 17 00:00:00 2001 From: John Mark Bell Date: Thu, 7 Apr 2011 23:28:32 +0000 Subject: s/struct dom_string/dom_string/g svn path=/trunk/libdom/; revision=12172 --- src/html/html_collection.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'src/html/html_collection.c') diff --git a/src/html/html_collection.c b/src/html/html_collection.c index e0c96b9..9b34c51 100644 --- a/src/html/html_collection.c +++ b/src/html/html_collection.c @@ -206,7 +206,7 @@ dom_exception dom_html_collection_item(dom_html_collection *col, * \return DOM_NO_ERR on success. */ dom_exception dom_html_collection_named_item(dom_html_collection *col, - struct dom_string *name, struct dom_node **node) + dom_string *name, struct dom_node **node) { struct dom_node_internal *n = col->root; dom_exception err; -- cgit v1.2.3