diff options
Diffstat (limited to 'lib/frrscript.c')
| -rw-r--r-- | lib/frrscript.c | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/lib/frrscript.c b/lib/frrscript.c index 59fce36c7a..3e1e184bc6 100644 --- a/lib/frrscript.c +++ b/lib/frrscript.c @@ -226,7 +226,8 @@ void *frrscript_get_result(struct frrscript *fs, const char *function_name, p = lua_to(lfs->L, 2); /* At the end, the Lua state should be same as it was at the start - * i.e. containing soley the returned table. */ + * i.e. containing soley the returned table. + */ assert(lua_gettop(lfs->L) == 1); assert(lua_istable(lfs->L, -1) == 1); |
