diff options
Diffstat (limited to 'ripngd/ripng_route.c')
| -rw-r--r-- | ripngd/ripng_route.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/ripngd/ripng_route.c b/ripngd/ripng_route.c index d4bf0262ba..ab37dfcdbb 100644 --- a/ripngd/ripng_route.c +++ b/ripngd/ripng_route.c @@ -32,7 +32,7 @@ #include "ripngd/ripng_route.h" static struct ripng_aggregate * -ripng_aggregate_new () +ripng_aggregate_new (void) { struct ripng_aggregate *new; |
