diff options
Diffstat (limited to 'lauxlib.c')
-rw-r--r-- | lauxlib.c | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -87,7 +87,7 @@ static int pushglobalfuncname (lua_State *L, lua_Debug *ar) { | |||
87 | lua_remove(L, -2); /* remove original name */ | 87 | lua_remove(L, -2); /* remove original name */ |
88 | } | 88 | } |
89 | lua_copy(L, -1, top + 1); /* copy name to proper place */ | 89 | lua_copy(L, -1, top + 1); /* copy name to proper place */ |
90 | lua_settop(L, top + 1); /* remove table "loaded" an name copy */ | 90 | lua_settop(L, top + 1); /* remove table "loaded" and name copy */ |
91 | return 1; | 91 | return 1; |
92 | } | 92 | } |
93 | else { | 93 | else { |