aboutsummaryrefslogtreecommitdiffstats
path: root/src/signers.c
diff options
context:
space:
mode:
Diffstat (limited to 'src/signers.c')
-rw-r--r--src/signers.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/signers.c b/src/signers.c
index 021a878d..ae74e815 100644
--- a/src/signers.c
+++ b/src/signers.c
@@ -57,7 +57,7 @@ void
gpgme_signers_clear (gpgme_ctx_t ctx)
{
TRACE (DEBUG_CTX, "gpgme_signers_clear", ctx);
- return _gpgme_signers_clear (ctx);
+ _gpgme_signers_clear (ctx);
}