diff options
author | Pavel TvrdĂk <pawel.tvrdik@gmail.cz> | 2015-01-07 15:04:02 +0100 |
---|---|---|
committer | Ondrej Zajicek <santiago@crfreenet.org> | 2015-02-21 20:11:02 +0100 |
commit | 6264aad16f3320eceb20825c6049917e771b9364 (patch) | |
tree | c4cef7df4ccff22d5342e4ae2e87c07410d24ad4 /nest | |
parent | 85a3639d99a39a79b65c2dbc2a136baee6ba2a2b (diff) |
Minor fixes
Diffstat (limited to 'nest')
-rw-r--r-- | nest/rt-fib.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/nest/rt-fib.c b/nest/rt-fib.c index 510aa76b..b9c7d2a2 100644 --- a/nest/rt-fib.c +++ b/nest/rt-fib.c @@ -554,7 +554,7 @@ next: c = 1; debug("got %p\n", z); } - FIB_ITERATE_END; + FIB_ITERATE_END(z); dump("iter end"); fit_init(&i, &f); |