diff options
author | Nikos Mavrogiannopoulos <nmav@redhat.com> | 2014-01-17 10:57:55 +0100 |
---|---|---|
committer | Nikos Mavrogiannopoulos <nmav@redhat.com> | 2014-01-17 11:06:56 +0100 |
commit | 1bacf7332cf596994d214132eed54e1794885865 (patch) | |
tree | deb716ca3f2662c89d939806d28dc8fbe1cfe143 /lib/gnutls_global.c | |
parent | 3338e8a991a06f0d16bd878cd10a173ec4b4f90b (diff) | |
download | gnutls-1bacf7332cf596994d214132eed54e1794885865.tar.gz |
use newline
Diffstat (limited to 'lib/gnutls_global.c')
-rw-r--r-- | lib/gnutls_global.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/lib/gnutls_global.c b/lib/gnutls_global.c index 18f2a23fa4..6fdfd85958 100644 --- a/lib/gnutls_global.c +++ b/lib/gnutls_global.c @@ -379,7 +379,7 @@ int ret; ret = gnutls_global_init(); if (ret < 0) { - fprintf(stderr, "Error in GnuTLS initialization: %s", gnutls_strerror(ret)); + fprintf(stderr, "Error in GnuTLS initialization: %s\n", gnutls_strerror(ret)); _gnutls_switch_lib_state(LIB_STATE_ERROR); } } |