[lua] Finish screen luaL_reg with NULL
Signed-off-by: Julien Danjou <julien@danjou.info>
This commit is contained in:
parent
3b719fcb18
commit
974e3859f7
1
lua.c
1
lua.c
|
@ -428,6 +428,7 @@ luaA_parserc(const char *rcfile)
|
||||||
{ "coords_get", luaA_screen_coords_get },
|
{ "coords_get", luaA_screen_coords_get },
|
||||||
{ "count", luaA_screen_count },
|
{ "count", luaA_screen_count },
|
||||||
{ "focus", luaA_screen_focus },
|
{ "focus", luaA_screen_focus },
|
||||||
|
{ NULL, NULL }
|
||||||
};
|
};
|
||||||
static const struct luaL_reg awesome_hooks_lib[] =
|
static const struct luaL_reg awesome_hooks_lib[] =
|
||||||
{
|
{
|
||||||
|
|
Loading…
Reference in New Issue