summaryrefslogtreecommitdiff
path: root/src/html/html_body_element.c
diff options
context:
space:
mode:
Diffstat (limited to 'src/html/html_body_element.c')
-rw-r--r--src/html/html_body_element.c4
1 files changed, 2 insertions, 2 deletions
diff --git a/src/html/html_body_element.c b/src/html/html_body_element.c
index 7512910..afe8ee4 100644
--- a/src/html/html_body_element.c
+++ b/src/html/html_body_element.c
@@ -96,8 +96,8 @@ void _dom_html_body_element_destroy(struct dom_document *doc,
/* The virtual function used to parse attribute value, see src/core/element.c
* for detail */
dom_exception _dom_html_body_element_parse_attribute(dom_element *ele,
- struct dom_string *name, struct dom_string *value,
- struct dom_string **parsed)
+ dom_string *name, dom_string *value,
+ dom_string **parsed)
{
UNUSED(ele);
UNUSED(name);