Welcome to mirror list, hosted at ThFree Co, Russian Federation.

git.busybox.net/busybox.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorEric Andersen <andersen@codepoet.org>2003-09-12 12:32:24 +0400
committerEric Andersen <andersen@codepoet.org>2003-09-12 12:32:24 +0400
commit7f2935ba0ec606e4a2ba04158acd3b44a6cb5903 (patch)
treee5a1bb48ddc324240ba87b42cfddc894f76bb90b
parent70af8834df703f81de2c4316e9c8351e301cef1b (diff)
Remove final \n
-rw-r--r--util-linux/rdate.c2
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;
static void socket_timeout()
{
- bb_error_msg_and_die("timeout connecting to time server\n");
+ bb_error_msg_and_die("timeout connecting to time server");
}
static time_t askremotedate(const char *host)