[lua] Finish screen luaL_reg with NULL

Signed-off-by: Julien Danjou <julien@danjou.info>
This commit is contained in:
Julien Danjou 2008-05-28 06:49:32 +02:00
parent 3b719fcb18
commit 974e3859f7
1 changed files with 1 additions and 0 deletions

1
lua.c
View File

@ -428,6 +428,7 @@ luaA_parserc(const char *rcfile)
{ "coords_get", luaA_screen_coords_get },
{ "count", luaA_screen_count },
{ "focus", luaA_screen_focus },
{ NULL, NULL }
};
static const struct luaL_reg awesome_hooks_lib[] =
{