aboutsummaryrefslogtreecommitdiffstats
path: root/rfc822.c
diff options
context:
space:
mode:
Diffstat (limited to 'rfc822.c')
-rw-r--r--rfc822.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/rfc822.c b/rfc822.c
index fe73b887..8e0e4a3e 100644
--- a/rfc822.c
+++ b/rfc822.c
@@ -178,7 +178,7 @@ const char *host; /* server hostname */
#ifndef TESTMAIN
if (outlevel >= O_DEBUG)
- report_complete(stdout, 0, "Rewritten version is %s", buf);
+ report_complete(stdout, 0, "Rewritten version is %s\n", buf);
#endif /* TESTMAIN */
return(buf);
}