Remove final \n

1_00_stable_10817
Eric Andersen 2003-09-12 08:32:24 +00:00
parent 70af8834df
commit 7f2935ba0e
1 changed files with 1 additions and 1 deletions

View 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)