From: Simon Josefsson Date: Wed, 11 Feb 2009 14:34:16 +0000 (+0100) Subject: Typo. X-Git-Tag: gnutls_2_7_6~36 X-Git-Url: http://git.ipfire.org/gitweb.cgi?a=commitdiff_plain;h=8be7ecdf7c900819d5e046d1d30d0b13e699fe06;p=thirdparty%2Fgnutls.git Typo. --- 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); }