summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorGregory Nutt <gnutt@nuttx.org>2015-02-14 09:30:22 -0600
committerGregory Nutt <gnutt@nuttx.org>2015-02-14 09:30:22 -0600
commit2724d87aed90a1735fec74fb4d7afffef443ca48 (patch)
tree212753c044a9299fc3e4d82df5e368ec72acf437
parent6053c8eb496132e784c389c9b979d835019b428c (diff)
downloadnuttx-2724d87aed90a1735fec74fb4d7afffef443ca48.tar.gz
nuttx-2724d87aed90a1735fec74fb4d7afffef443ca48.tar.bz2
nuttx-2724d87aed90a1735fec74fb4d7afffef443ca48.zip
Stray semicolon caused compile failure when IPv6 enabled
-rw-r--r--nuttx/net/neighbor/neighbor_initialize.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/nuttx/net/neighbor/neighbor_initialize.c b/nuttx/net/neighbor/neighbor_initialize.c
index 34f6191f5..ce4ebdb56 100644
--- a/nuttx/net/neighbor/neighbor_initialize.c
+++ b/nuttx/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 */