diff options
Diffstat (limited to 'tools/serd-sort.c')
-rw-r--r-- | tools/serd-sort.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/tools/serd-sort.c b/tools/serd-sort.c index 7219fa26..267e75f8 100644 --- a/tools/serd-sort.c +++ b/tools/serd-sort.c @@ -57,7 +57,7 @@ input_has_graphs(const Options opts) static SerdStatus run(const 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; |