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 -1
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 */