aboutsummaryrefslogtreecommitdiffstats
path: root/src/writer.c
diff options
context:
space:
mode:
Diffstat (limited to 'src/writer.c')
-rw-r--r--src/writer.c6
1 files changed, 3 insertions, 3 deletions
diff --git a/src/writer.c b/src/writer.c
index 3f198a93..242b42e3 100644
--- a/src/writer.c
+++ b/src/writer.c
@@ -481,7 +481,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;
@@ -538,8 +538,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: