summaryrefslogtreecommitdiff
path: root/src/raptor_sax2.c
diff options
context:
space:
mode:
Diffstat (limited to 'src/raptor_sax2.c')
-rw-r--r--src/raptor_sax2.c4
1 files changed, 2 insertions, 2 deletions
diff --git a/src/raptor_sax2.c b/src/raptor_sax2.c
index 2427edd3..d014040e 100644
--- a/src/raptor_sax2.c
+++ b/src/raptor_sax2.c
@@ -831,8 +831,8 @@ raptor_sax2_start_element(void* user_data, const unsigned char *name,
raptor_namespace* nspace;
nspace = raptor_new_namespace(&sax2->namespaces,
- prefix, namespace_name,
- raptor_sax2_get_depth(sax2));
+ prefix, namespace_name,
+ raptor_sax2_get_depth(sax2));
if(nspace) {
raptor_namespaces_start_namespace(&sax2->namespaces, nspace);