aboutsummaryrefslogtreecommitdiffstats
path: root/src/writer.c
diff options
context:
space:
mode:
Diffstat (limited to 'src/writer.c')
-rw-r--r--src/writer.c3
1 files changed, 3 insertions, 0 deletions
diff --git a/src/writer.c b/src/writer.c
index 8dddf51c..370724af 100644
--- a/src/writer.c
+++ b/src/writer.c
@@ -565,6 +565,9 @@ write_curie(SerdWriter* const writer,
sink(" ;", 2, writer);
write_newline(writer);
}
+ return true;
+ default:
+ return false;
}
return true;
}