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 e7ec0e09..dfbfc94a 100644
--- a/src/writer.c
+++ b/src/writer.c
@@ -469,7 +469,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;
@@ -525,8 +525,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: