From 5cd753ba82535641b6dccb0064110f1bc8e22804 Mon Sep 17 00:00:00 2001 From: David Robillard Date: Sun, 10 Mar 2019 12:43:14 +0100 Subject: Rename SERD_STYLE_ASCII to SERD_WRITE_ASCII --- src/serdi.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'src/serdi.c') diff --git a/src/serdi.c b/src/serdi.c index ce76b88d..a9e25c14 100644 --- a/src/serdi.c +++ b/src/serdi.c @@ -210,7 +210,7 @@ main(int argc, char** argv) SerdWorld* world = serd_world_new(); SerdEnv* env = serd_env_new(base); - const SerdWriterFlags writer_flags = (ascii ? SERD_STYLE_ASCII : 0U); + const SerdWriterFlags writer_flags = (ascii ? SERD_WRITE_ASCII : 0U); const SerdSerialisationFlags serialisation_flags = no_inline ? SERD_NO_INLINE_OBJECTS : 0U; -- cgit v1.2.1