diff options
Diffstat (limited to 'lvm.c')
-rw-r--r-- | lvm.c | 4 |
1 files changed, 2 insertions, 2 deletions
@@ -1,5 +1,5 @@ | |||
1 | /* | 1 | /* |
2 | ** $Id: lvm.c,v 2.215 2014/06/10 18:53:18 roberto Exp roberto $ | 2 | ** $Id: lvm.c,v 2.216 2014/06/19 18:27:20 roberto Exp roberto $ |
3 | ** Lua virtual machine | 3 | ** Lua virtual machine |
4 | ** See Copyright Notice in lua.h | 4 | ** See Copyright Notice in lua.h |
5 | */ | 5 | */ |
@@ -239,7 +239,7 @@ void luaV_settable (lua_State *L, const TValue *t, TValue *key, StkId val) { | |||
239 | luaT_callTM(L, tm, t, key, val, 0); | 239 | luaT_callTM(L, tm, t, key, val, 0); |
240 | return; | 240 | return; |
241 | } | 241 | } |
242 | t = tm; /* else repeat assginment over 'tm' */ | 242 | t = tm; /* else repeat assignment over 'tm' */ |
243 | } | 243 | } |
244 | luaG_runerror(L, "settable chain too long; possible loop"); | 244 | luaG_runerror(L, "settable chain too long; possible loop"); |
245 | } | 245 | } |