git-svn-id: svn://svn.h5l.se/heimdal/trunk/heimdal@1212 ec53bebd-3082-4978-b11e-865c3cabbd6b
This commit is contained in:
Assar Westerlund
1997-02-07 17:00:13 +00:00
parent 3b0bc5f12e
commit 49c053c87d

View File

@@ -117,7 +117,7 @@ connect_host (char *host, char *user, des_cblock *key,
hostent = gethostbyname (host);
if (hostent == NULL) {
fprintf (stderr,
"%s: gethostbyname '%s' failed: %s", prog, host,
"%s: gethostbyname '%s' failed: %s\n", prog, host,
#ifdef HAVE_H_ERRNO
hstrerror(h_errno));
#else