Remove final \n

This commit is contained in:
Eric Andersen 2003-09-12 08:32:24 +00:00
parent 70af8834df
commit 7f2935ba0e

View File

@ -40,7 +40,7 @@ static const int RFC_868_BIAS = 2208988800UL;
static void socket_timeout() 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) static time_t askremotedate(const char *host)