aboutsummaryrefslogtreecommitdiffstats
path: root/env.c
diff options
context:
space:
mode:
Diffstat (limited to 'env.c')
-rw-r--r--env.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/env.c b/env.c
index a77b9ad8..890ece41 100644
--- a/env.c
+++ b/env.c
@@ -70,7 +70,7 @@ void envquery(int argc, char **argv)
if (hp == (struct hostent *) NULL)
{
/* exit with error message */
- fprintf(stderr, "gethostbyname failed for %s", tmpbuf);
+ fprintf(stderr, "gethostbyname failed for %s\n", tmpbuf);
exit(PS_DNS);
}
strcpy(tmpbuf, hp->h_name);