summaryrefslogtreecommitdiff
path: root/utils/rapper.c
diff options
context:
space:
mode:
authorDave Beckett <dave@dajobe.org>2010-02-17 20:22:47 -0800
committerDave Beckett <dave@dajobe.org>2010-02-17 20:22:47 -0800
commit9bb9eb364f1d26249066f55119466d3406ba0272 (patch)
tree7db2afa38d7e3f34c268698e7433a1412add1759 /utils/rapper.c
parent7408802571043068b55923f8c3c5f58a5cf1008d (diff)
downloadraptor-9bb9eb364f1d26249066f55119466d3406ba0272.tar.gz
Update call to raptor_namespaces_format
Diffstat (limited to 'utils/rapper.c')
-rw-r--r--utils/rapper.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/utils/rapper.c b/utils/rapper.c
index 5cba3c02..90fc16d7 100644
--- a/utils/rapper.c
+++ b/utils/rapper.c
@@ -141,7 +141,7 @@ print_namespaces(void* user_data, raptor_namespace *nspace)
if(!report_namespace)
return;
- s = raptor_namespaces_format(nspace, NULL);
+ s = raptor_namespace_format_as_xml(nspace, NULL);
fprintf(stderr, "%s: Namespace declared: %s\n", program, s);
raptor_free_memory(s);