summaryrefslogtreecommitdiff
path: root/src/html/html_options_collection.c
diff options
context:
space:
mode:
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);
}