Remove final \n
authorEric Andersen <andersen@codepoet.org>
Fri, 12 Sep 2003 08:32:24 +0000 (08:32 -0000)
committerEric Andersen <andersen@codepoet.org>
Fri, 12 Sep 2003 08:32:24 +0000 (08:32 -0000)
util-linux/rdate.c

index cb18024..e589077 100644 (file)
@@ -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)