From: Pasi Kallinen Date: Tue, 7 Jan 2020 06:44:36 +0000 (+0200) Subject: Add missing NULLs to lua function reg array X-Git-Tag: NetHack-3.7.0_WIP~76 X-Git-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=5e307335c35f96966e672a70c5c757197a70eef2;p=nethack Add missing NULLs to lua function reg array --- diff --git a/src/nhlua.c b/src/nhlua.c index 13e4196c8..f215ea01c 100644 --- a/src/nhlua.c +++ b/src/nhlua.c @@ -884,6 +884,7 @@ lua_State *L; static const struct luaL_Reg nhl_u_functions[] = { { "clear_inventory", nhl_u_clear_inventory }, { "giveobj", nhl_u_giveobj }, + { NULL, NULL } }; void