tcp: add missing void keyword to tcp_stats_init

Sponsored by:	Rubicon Communications, LLC ("Netgate")
This commit is contained in:
Mateusz Guzik 2023-02-13 18:38:04 +00:00
parent 1842178ad3
commit 937b00ac0d

View File

@ -92,7 +92,7 @@ static int
/* Ensure all templates are also added to the userland template list. */
__attribute__ ((constructor))
#endif
tcp_stats_init()
tcp_stats_init(void)
{
int err, lasterr;