From: Nikos Mavrogiannopoulos Date: Fri, 4 Mar 2016 09:16:51 +0000 (+0100) Subject: corrected typo in comment [ci skip] X-Git-Tag: gnutls_3_5_0~272 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=58ca20e3d3a6eb4cd9dacd36f0c6e229c5bfcbb8;p=thirdparty%2Fgnutls.git corrected typo in comment [ci skip] --- diff --git a/lib/x509.c b/lib/x509.c index 7a028485bd..f2b5aee0e7 100644 --- a/lib/x509.c +++ b/lib/x509.c @@ -1311,7 +1311,7 @@ gnutls_certificate_set_trust_list(gnutls_certificate_credentials_t res, * deallocated when the @res structure is deinitialized. * * Since: 3.4.0 - */ + **/ void gnutls_certificate_get_trust_list(gnutls_certificate_credentials_t res, gnutls_x509_trust_list_t *tlist)