diff options
Diffstat (limited to 'agent')
-rw-r--r-- | agent/gpg-agent.c | 2 | ||||
-rw-r--r-- | agent/preset-passphrase.c | 3 |
2 files changed, 3 insertions, 2 deletions
diff --git a/agent/gpg-agent.c b/agent/gpg-agent.c index d3db3e161..efaebfd94 100644 --- a/agent/gpg-agent.c +++ b/agent/gpg-agent.c @@ -249,7 +249,7 @@ static ARGPARSE_OPTS opts[] = { ARGPARSE_s_n (oUseStandardSocket, "use-standard-socket", "@"), ARGPARSE_s_n (oNoUseStandardSocket, "no-use-standard-socket", "@"), - {0} /* End of list */ + ARGPARSE_end () /* End of list */ }; diff --git a/agent/preset-passphrase.c b/agent/preset-passphrase.c index 3d240b9bd..7a9ea1b44 100644 --- a/agent/preset-passphrase.c +++ b/agent/preset-passphrase.c @@ -78,7 +78,8 @@ static ARGPARSE_OPTS opts[] = { { oForget, "forget", 256, "forget passphrase"}, { oHomedir, "homedir", 2, "@" }, - {0} + + ARGPARSE_end () }; |