From 974e3859f72c50790a5466e2137b95b5bc391cb0 Mon Sep 17 00:00:00 2001 From: Julien Danjou Date: Wed, 28 May 2008 06:49:32 +0200 Subject: [PATCH] [lua] Finish screen luaL_reg with NULL Signed-off-by: Julien Danjou --- lua.c | 1 + 1 file changed, 1 insertion(+) diff --git a/lua.c b/lua.c index 73fd82e0..a758ab4e 100644 --- a/lua.c +++ b/lua.c @@ -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[] = {