diff options
Diffstat (limited to 'rdate.c')
-rw-r--r-- | rdate.c | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -72,7 +72,7 @@ time_t askremotedate(char *host) | |||
72 | } | 72 | } |
73 | if (read(fd, (void *)&nett, 4) != 4) { /* read time from server */ | 73 | if (read(fd, (void *)&nett, 4) != 4) { /* read time from server */ |
74 | close(fd); | 74 | close(fd); |
75 | error_msg("%s did not send the complete time\n", host); | 75 | error_msg("%s did not send the complete time", host); |
76 | } | 76 | } |
77 | close(fd); | 77 | close(fd); |
78 | 78 | ||