mirror of
https://github.com/sheumann/hush.git
synced 2024-11-05 06:07:00 +00:00
fix function prototype
This commit is contained in:
parent
45638df230
commit
c4f72d1426
@ -38,7 +38,7 @@
|
||||
|
||||
static const int RFC_868_BIAS = 2208988800UL;
|
||||
|
||||
static void socket_timeout()
|
||||
static void socket_timeout(void)
|
||||
{
|
||||
bb_error_msg_and_die("timeout connecting to time server");
|
||||
}
|
||||
|
Loading…
Reference in New Issue
Block a user