From 8337710084c36e9fc462526126cbb1571bef576f Mon Sep 17 00:00:00 2001 From: Gregory Nutt Date: Sat, 14 Feb 2015 09:30:22 -0600 Subject: [PATCH] Stray semicolon caused compile failure when IPv6 enabled --- net/neighbor/neighbor_initialize.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/net/neighbor/neighbor_initialize.c b/net/neighbor/neighbor_initialize.c index 34f6191f5b..ce4ebdb562 100644 --- a/net/neighbor/neighbor_initialize.c +++ b/net/neighbor/neighbor_initialize.c @@ -109,7 +109,7 @@ void neighbor_setup(void) * ****************************************************************************/ -void neighbor_initialize(void); +void neighbor_initialize(void) { /* Initialize the time of the last poll */