aboutsummaryrefslogtreecommitdiffstats
path: root/src/gpgme.c
diff options
context:
space:
mode:
Diffstat (limited to 'src/gpgme.c')
-rw-r--r--src/gpgme.c3
1 files changed, 2 insertions, 1 deletions
diff --git a/src/gpgme.c b/src/gpgme.c
index c4a1da11..a0a6c6bc 100644
--- a/src/gpgme.c
+++ b/src/gpgme.c
@@ -159,7 +159,8 @@ gpgme_new (gpgme_ctx_t *r_ctx)
*r_ctx = ctx;
- return TRACE_SUC ("ctx=%p", ctx);
+ TRACE_SUC ("ctx=%p", ctx);
+ return 0;
}