diff options
author | Eric Andersen <andersen@codepoet.org> | 2003-09-12 08:32:24 +0000 |
---|---|---|
committer | Eric Andersen <andersen@codepoet.org> | 2003-09-12 08:32:24 +0000 |
commit | 7f2935ba0ec606e4a2ba04158acd3b44a6cb5903 (patch) | |
tree | e5a1bb48ddc324240ba87b42cfddc894f76bb90b /util-linux | |
parent | 70af8834df703f81de2c4316e9c8351e301cef1b (diff) | |
download | busybox-w32-7f2935ba0ec606e4a2ba04158acd3b44a6cb5903.tar.gz busybox-w32-7f2935ba0ec606e4a2ba04158acd3b44a6cb5903.tar.bz2 busybox-w32-7f2935ba0ec606e4a2ba04158acd3b44a6cb5903.zip |
Remove final \n
Diffstat (limited to '')
-rw-r--r-- | util-linux/rdate.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/util-linux/rdate.c b/util-linux/rdate.c index cb180247e..e589077a6 100644 --- a/util-linux/rdate.c +++ b/util-linux/rdate.c | |||
@@ -40,7 +40,7 @@ static const int RFC_868_BIAS = 2208988800UL; | |||
40 | 40 | ||
41 | static void socket_timeout() | 41 | static void socket_timeout() |
42 | { | 42 | { |
43 | bb_error_msg_and_die("timeout connecting to time server\n"); | 43 | bb_error_msg_and_die("timeout connecting to time server"); |
44 | } | 44 | } |
45 | 45 | ||
46 | static time_t askremotedate(const char *host) | 46 | static time_t askremotedate(const char *host) |