diff options
Diffstat (limited to 'src')
-rw-r--r-- | src/common.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/common.c b/src/common.c index b0d9738475..61de5f4f13 100644 --- a/src/common.c +++ b/src/common.c @@ -190,7 +190,7 @@ print_openpgp_info (gnutls_session_t session, const char *hostname, ret = gnutls_openpgp_crt_print (crt, GNUTLS_CRT_PRINT_ONELINE, &cinfo); if (ret == 0) { - printf (" - %s\n", cinfo.data); + printf (" - %s\n", cinfo.data); gnutls_free (cinfo.data); } |