diff options
-rw-r--r-- | compat52.h | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -64,7 +64,7 @@ static void luaL_setfuncs(lua_State *L, const luaL_Reg *l, int nup) { | |||
64 | lua_setfield(L, t, l->name); | 64 | lua_setfield(L, t, l->name); |
65 | } | 65 | } |
66 | 66 | ||
67 | return lua_pop(L, nup); | 67 | lua_pop(L, nup); |
68 | } /* luaL_setfuncs() */ | 68 | } /* luaL_setfuncs() */ |
69 | 69 | ||
70 | 70 | ||