summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--src/host/layer23/src/mobile/script_lua.c1
1 files changed, 1 insertions, 0 deletions
diff --git a/src/host/layer23/src/mobile/script_lua.c b/src/host/layer23/src/mobile/script_lua.c
index 9117cdd4..2979e7cd 100644
--- a/src/host/layer23/src/mobile/script_lua.c
+++ b/src/host/layer23/src/mobile/script_lua.c
@@ -544,6 +544,7 @@ static int lua_fd_unregister(lua_State *L) {
static const struct luaL_Reg fd_funcs[] = {
{ "unregister", lua_fd_unregister },
{ "__gc", lua_fd_unregister },
+ { NULL, NULL },
};
static const struct luaL_Reg ms_funcs[] = {