aboutsummaryrefslogtreecommitdiffstats
path: root/src/signers.c
diff options
context:
space:
mode:
Diffstat (limited to 'src/signers.c')
-rw-r--r--src/signers.c3
1 files changed, 2 insertions, 1 deletions
diff --git a/src/signers.c b/src/signers.c
index 6a5ccd22..ac88aebb 100644
--- a/src/signers.c
+++ b/src/signers.c
@@ -89,7 +89,8 @@ gpgme_signers_add (gpgme_ctx_t ctx, const gpgme_key_t key)
gpgme_key_ref (key);
ctx->signers[ctx->signers_len++] = key;
- return TRACE_SUC ("");
+ TRACE_SUC ("");
+ return 0;
}