diff options
Diffstat (limited to 'src/writer.c')
-rw-r--r-- | src/writer.c | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/src/writer.c b/src/writer.c index e342c23e..a1fcbddd 100644 --- a/src/writer.c +++ b/src/writer.c @@ -943,6 +943,7 @@ serd_writer_finish(SerdWriter* writer) free_context(writer); writer->indent = 0; writer->context = WRITE_CONTEXT_NULL; + writer->empty = true; return SERD_SUCCESS; } |