diff options
Diffstat (limited to 'tools/serd-filter.c')
-rw-r--r-- | tools/serd-filter.c | 12 |
1 files changed, 1 insertions, 11 deletions
diff --git a/tools/serd-filter.c b/tools/serd-filter.c index 01834e5a..70d7b68c 100644 --- a/tools/serd-filter.c +++ b/tools/serd-filter.c @@ -274,17 +274,7 @@ main(int argc, char** argv) char default_input[] = "-"; char* default_inputs[] = {default_input}; - Options opts = {{"", - NULL, - 4096U, - 1048576U, - {SERD_SYNTAX_EMPTY, 0U, false}, - {SERD_NQUADS, 0U, false}}, - NULL, - NULL, - NULL, - 0U, - false}; + Options opts = {serd_default_options(), NULL, NULL, NULL, 0U, false}; // Parse all command line options (which must precede inputs) SerdStatus st = SERD_SUCCESS; |