diff options
Diffstat (limited to 'src/writer.c')
-rw-r--r-- | src/writer.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/writer.c b/src/writer.c index 29d9e902..a47252c8 100644 --- a/src/writer.c +++ b/src/writer.c @@ -134,10 +134,10 @@ struct SerdWriterImpl { SerdLogFunc log_func; void* log_handle; WriteContext context; - int indent; char* bprefix; size_t bprefix_len; Sep last_sep; + int indent; bool empty; }; |