aboutsummaryrefslogtreecommitdiff
path: root/util-linux
diff options
context:
space:
mode:
authorandersen <andersen@69ca8d6d-28ef-0310-b511-8ec308f3f277>2003-09-12 08:32:24 +0000
committerandersen <andersen@69ca8d6d-28ef-0310-b511-8ec308f3f277>2003-09-12 08:32:24 +0000
commit1ff1da3210e41cf9f635d3ea2f2cca5112f8ff3c (patch)
treee5a1bb48ddc324240ba87b42cfddc894f76bb90b /util-linux
parent2f5506e5147b706b3fb957135276d34355573b2b (diff)
downloadbusybox-w32-1ff1da3210e41cf9f635d3ea2f2cca5112f8ff3c.tar.gz
busybox-w32-1ff1da3210e41cf9f635d3ea2f2cca5112f8ff3c.tar.bz2
busybox-w32-1ff1da3210e41cf9f635d3ea2f2cca5112f8ff3c.zip
Remove final \n
git-svn-id: svn://busybox.net/trunk/busybox@7491 69ca8d6d-28ef-0310-b511-8ec308f3f277
Diffstat (limited to 'util-linux')
-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;
40 40
41static void socket_timeout() 41static 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
46static time_t askremotedate(const char *host) 46static time_t askremotedate(const char *host)