Skip to content

Commit

Permalink
MFC r351641:
Browse files Browse the repository at this point in the history
Improve function definition.
  • Loading branch information
tuexen committed Sep 7, 2019
1 parent dc68b3c commit e406927
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion sys/netinet/sctp_pcb.c
Original file line number Diff line number Diff line change
Expand Up @@ -5774,7 +5774,7 @@ sctp_startup_mcore_threads(void)
#endif

void
sctp_pcb_init()
sctp_pcb_init(void)
{
/*
* SCTP initialization for the PCB structures should be called by
Expand Down

0 comments on commit e406927

Please sign in to comment.