summaryrefslogtreecommitdiff
path: root/src/html/html_options_collection.c
diff options
context:
space:
mode:
authorJohn Mark Bell <jmb@netsurf-browser.org>2011-04-07 23:28:32 +0000
committerJohn Mark Bell <jmb@netsurf-browser.org>2011-04-07 23:28:32 +0000
commit4ade8ad1c7b23e6eeeee6681acbdb43fb10cab43 (patch)
tree545dfc0006eeddcd000a1071c7c62afe3e47e5b5 /src/html/html_options_collection.c
parentd24960dac782ef8e54ed91692f6aec1dd6d08bc1 (diff)
downloadlibdom-4ade8ad1c7b23e6eeeee6681acbdb43fb10cab43.tar.gz
libdom-4ade8ad1c7b23e6eeeee6681acbdb43fb10cab43.tar.bz2
s/struct dom_string/dom_string/g
svn path=/trunk/libdom/; revision=12172
Diffstat (limited to 'src/html/html_options_collection.c')
-rw-r--r--src/html/html_options_collection.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/html/html_options_collection.c b/src/html/html_options_collection.c
index 8b4c7bb..0b80df2 100644
--- a/src/html/html_options_collection.c
+++ b/src/html/html_options_collection.c
@@ -140,7 +140,7 @@ dom_exception dom_html_options_collection_item(dom_html_options_collection *col,
* \return DOM_NO_ERR on success.
*/
dom_exception dom_html_options_collection_named_item(dom_html_options_collection *col,
- struct dom_string *name, struct dom_node **node)
+ dom_string *name, struct dom_node **node)
{
return dom_html_collection_named_item(&col->base, name, node);
}