aboutsummaryrefslogtreecommitdiffstats
path: root/doc/gpgme.texi
diff options
context:
space:
mode:
Diffstat (limited to '')
-rw-r--r--doc/gpgme.texi2
1 files changed, 1 insertions, 1 deletions
diff --git a/doc/gpgme.texi b/doc/gpgme.texi
index 76388b67..21f7fcd1 100644
--- a/doc/gpgme.texi
+++ b/doc/gpgme.texi
@@ -3989,7 +3989,7 @@ The function @code{gpgme_get_sig_key} is equivalent to:
if (!sig || idx)
return gpg_error (GPG_ERR_EOF);
- return gpgme_get_key (ctx, sig->fpr, r_key, 0, 0);
+ return gpgme_get_key (ctx, sig->fpr, r_key, 0);
@end example
@end deftypefun