aboutsummaryrefslogtreecommitdiffstats
path: root/kbx/kbxutil.c
diff options
context:
space:
mode:
authorNIIBE Yutaka <[email protected]>2017-07-19 04:41:18 +0000
committerNIIBE Yutaka <[email protected]>2017-07-19 04:41:18 +0000
commitfa63db89f9581186ed758c502d4e69914b774157 (patch)
tree7c8a7d1c47c74d357c12b5cb9c7a031eaebdc685 /kbx/kbxutil.c
parentcommon: Allow abbreviations of standard options. (diff)
downloadgnupg-fa63db89f9581186ed758c502d4e69914b774157.tar.gz
gnupg-fa63db89f9581186ed758c502d4e69914b774157.zip
Fix usage of ARGPARSE_OPTS.
* agent/gpg-agent.c, agent/preset-passphrase.c, dirmngr/dirmngr-client.c, dirmngr/dirmngr_ldap.c, kbx/kbxutil.c, tools/gpg-check-pattern.c, tools/gpgconf.c, tools/gpgsplit.c, tools/symcryptrun.c: Use ARGPARSE_end. Signed-off-by: NIIBE Yutaka <[email protected]>
Diffstat (limited to 'kbx/kbxutil.c')
-rw-r--r--kbx/kbxutil.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/kbx/kbxutil.c b/kbx/kbxutil.c
index 08892310f..9b43584a6 100644
--- a/kbx/kbxutil.c
+++ b/kbx/kbxutil.c
@@ -92,7 +92,7 @@ static ARGPARSE_OPTS opts[] = {
{ oDebug, "debug" ,4|16, N_("set debugging flags")},
{ oDebugAll, "debug-all" ,0, N_("enable full debugging")},
- {0} /* end of list */
+ ARGPARSE_end () /* end of list */
};