diff options
Diffstat (limited to 'src/namespaces.c')
-rw-r--r-- | src/namespaces.c | 8 |
1 files changed, 4 insertions, 4 deletions
diff --git a/src/namespaces.c b/src/namespaces.c index 6c400a3c..409c92b9 100644 --- a/src/namespaces.c +++ b/src/namespaces.c @@ -93,10 +93,10 @@ serd_namespaces_add(SerdNamespaces ns, SERD_API bool -serd_namespaces_expand(SerdNamespaces ns, - const SerdString* qname, - SerdChunk* uri_prefix, - SerdChunk* uri_suffix) +serd_namespaces_expand(const SerdNamespaces ns, + const SerdString* qname, + SerdChunk* uri_prefix, + SerdChunk* uri_suffix) { const uint8_t* colon = memchr((const char*)qname->buf, ':', qname->n_bytes); if (!colon) { |