mirror of
https://github.com/apache/nuttx.git
synced 2026-09-22 06:04:28 +08:00
Stray semicolon caused compile failure when IPv6 enabled
This commit is contained in:
@@ -109,7 +109,7 @@ void neighbor_setup(void)
|
||||
*
|
||||
****************************************************************************/
|
||||
|
||||
void neighbor_initialize(void);
|
||||
void neighbor_initialize(void)
|
||||
{
|
||||
/* Initialize the time of the last poll */
|
||||
|
||||
|
||||
Reference in New Issue
Block a user