Remove final \n
This commit is contained in:
parent
70af8834df
commit
7f2935ba0e
@ -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)
|
||||||
|
Loading…
Reference in New Issue
Block a user