summaryrefslogtreecommitdiff
path: root/src/raptor_serialize_rdfxmla.c
diff options
context:
space:
mode:
Diffstat (limited to 'src/raptor_serialize_rdfxmla.c')
-rw-r--r--src/raptor_serialize_rdfxmla.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/raptor_serialize_rdfxmla.c b/src/raptor_serialize_rdfxmla.c
index e77f162f..c9fe232e 100644
--- a/src/raptor_serialize_rdfxmla.c
+++ b/src/raptor_serialize_rdfxmla.c
@@ -593,7 +593,7 @@ raptor_rdfxmla_emit_subject_properties(raptor_serializer* serializer,
/* Return error if emitting something failed above */
if(rv)
- return rv;
+ break;
raptor_free_xml_element(element);