Stray semicolon caused compile failure when IPv6 enabled

This commit is contained in:
Gregory Nutt 2015-02-14 09:30:22 -06:00
parent eb868b57d8
commit 8337710084
1 changed files with 1 additions and 1 deletions

View File

@ -109,7 +109,7 @@ void neighbor_setup(void)
*
****************************************************************************/
void neighbor_initialize(void);
void neighbor_initialize(void)
{
/* Initialize the time of the last poll */