aboutsummaryrefslogtreecommitdiffstats
path: root/tools/serd-filter.c
diff options
context:
space:
mode:
Diffstat (limited to 'tools/serd-filter.c')
-rw-r--r--tools/serd-filter.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/tools/serd-filter.c b/tools/serd-filter.c
index 0804d6ba..b172d05d 100644
--- a/tools/serd-filter.c
+++ b/tools/serd-filter.c
@@ -127,7 +127,7 @@ log_error(SerdWorld* const world, const char* const fmt, ...)
static SerdStatus
run(Options opts)
{
- SerdTool app = {{NULL, NULL, NULL}, NULL, NULL, NULL};
+ SerdTool app = {{NULL, NULL, NULL, NULL}, NULL, NULL, NULL};
// Set up the writing environment
SerdStatus st = SERD_SUCCESS;