summaryrefslogtreecommitdiff
path: root/src/core/pi.c
diff options
context:
space:
mode:
Diffstat (limited to 'src/core/pi.c')
-rw-r--r--src/core/pi.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/core/pi.c b/src/core/pi.c
index 634dc05..1d7a508 100644
--- a/src/core/pi.c
+++ b/src/core/pi.c
@@ -40,7 +40,7 @@ static struct dom_node_protect_vtable pi_protect_vtable = {
* The returned node will already be referenced.
*/
dom_exception _dom_processing_instruction_create(struct dom_document *doc,
- struct lwc_string_s *name, struct dom_string *value,
+ struct lwc_string_s *name, dom_string *value,
struct dom_processing_instruction **result)
{
struct dom_processing_instruction *p;