diff options
Diffstat (limited to 'src/tools.c')
-rw-r--r-- | src/tools.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/tools.c b/src/tools.c index f935c26..9403fd6 100644 --- a/src/tools.c +++ b/src/tools.c | |||
@@ -822,7 +822,7 @@ static int func_lookup_sentinel( lua_State* L) | |||
822 | // function sentinel used to transfer native table from/to keeper states | 822 | // function sentinel used to transfer native table from/to keeper states |
823 | static int table_lookup_sentinel( lua_State* L) | 823 | static int table_lookup_sentinel( lua_State* L) |
824 | { | 824 | { |
825 | return luaL_error( L, "table lookup sentinel for %s, should never be called", lua_tostring( L, lua_upvalueindex(1))); | 825 | return luaL_error( L, "table lookup sentinel for %s, should never be called", lua_tostring( L, lua_upvalueindex( 1))); |
826 | } | 826 | } |
827 | 827 | ||
828 | /* | 828 | /* |