aboutsummaryrefslogtreecommitdiffstats
path: root/compat52.h
diff options
context:
space:
mode:
Diffstat (limited to 'compat52.h')
-rw-r--r--compat52.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/compat52.h b/compat52.h
index 457974c..eb2d903 100644
--- a/compat52.h
+++ b/compat52.h
@@ -64,7 +64,7 @@ static void luaL_setfuncs(lua_State *L, const luaL_Reg *l, int nup) {
lua_setfield(L, t, l->name);
}
- return lua_pop(L, nup);
+ lua_pop(L, nup);
} /* luaL_setfuncs() */