]> git.ipfire.org Git - thirdparty/gnutls.git/commitdiff
Typo.
authorSimon Josefsson <simon@josefsson.org>
Wed, 11 Feb 2009 14:34:16 +0000 (15:34 +0100)
committerSimon Josefsson <simon@josefsson.org>
Wed, 11 Feb 2009 14:34:16 +0000 (15:34 +0100)
src/common.c

index b0d97384757bdbb5f4206c816c47f1830d2c2992..61de5f4f138d0ad68d93d4ed88225b6311b424f2 100644 (file)
@@ -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);
        }