mirror of
https://github.com/sheumann/hush.git
synced 2024-11-05 21:04:56 +00:00
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()
|
||||
{
|
||||
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)
|
||||
|
Loading…
Reference in New Issue
Block a user