summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorSimon Josefsson <simon@josefsson.org>2009-02-11 15:42:36 +0100
committerSimon Josefsson <simon@josefsson.org>2009-02-11 15:42:36 +0100
commitb0c47ea0347658df67074f06516f66dacd9894be (patch)
treeef00bb3994a6caf2f33563b1fe5fdbe1c01552cb
parent8be7ecdf7c900819d5e046d1d30d0b13e699fe06 (diff)
downloadgnutls-b0c47ea0347658df67074f06516f66dacd9894be.tar.gz
Typo.
-rw-r--r--src/common.c1
1 files changed, 1 insertions, 0 deletions
diff --git a/src/common.c b/src/common.c
index 61de5f4f13..c383d7daf2 100644
--- a/src/common.c
+++ b/src/common.c
@@ -124,6 +124,7 @@ print_x509_info (gnutls_session_t session, const char *hostname, int insecure)
return;
}
+ fputs ("\n", stdout);
fputs (buffer, stdout);
fputs ("\n", stdout);
}