diff options
Diffstat (limited to 'src/writer.c')
-rw-r--r-- | src/writer.c | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/src/writer.c b/src/writer.c index a9a2b5dd..f9897fde 100644 --- a/src/writer.c +++ b/src/writer.c @@ -482,7 +482,7 @@ write_uri_node(SerdWriter* const writer, const SerdStatementFlags flags) { SerdNode prefix; - SerdChunk suffix; + SerdSlice suffix; if (is_inline_start(writer, field, flags)) { ++writer->indent; @@ -539,8 +539,8 @@ write_curie(SerdWriter* const writer, const Field field, const SerdStatementFlags flags) { - SerdChunk prefix; - SerdChunk suffix; + SerdSlice prefix; + SerdSlice suffix; SerdStatus st; switch (writer->syntax) { case SERD_NTRIPLES: |