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 cb180247e026115fbffae4a2075fde73476adc27..e589077a6f6637a8b53450926fabb3ba71dacdc2 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)