diff options
Diffstat (limited to '')
-rw-r--r-- | tools/gpgconf.c | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/tools/gpgconf.c b/tools/gpgconf.c index 223655567..fefa2ff8a 100644 --- a/tools/gpgconf.c +++ b/tools/gpgconf.c @@ -105,7 +105,8 @@ static ARGPARSE_OPTS opts[] = { oBuilddir, "build-prefix", 2, "@" }, { oNull, "null", 0, "@" }, { oNoVerbose, "no-verbose", 0, "@"}, - {0} + + ARGPARSE_end(), }; |