diff options
Diffstat (limited to '')
-rw-r--r-- | tests/t-keylist.c | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/tests/t-keylist.c b/tests/t-keylist.c index 978174f3..fb7b79d5 100644 --- a/tests/t-keylist.c +++ b/tests/t-keylist.c @@ -68,6 +68,7 @@ doit ( GpgmeCtx ctx, const char *pattern ) s = gpgme_key_get_string_attr (key, GPGME_ATTR_COMMENT, NULL, i ); printf ("<!-- comment.%d=%s -->\n", i, s ); } + printf ("<!-- End key object (%p) -->\n", key ); gpgme_key_release (key); } |