diff -r c11abf387a7d -r d5b30d6373fc misc/liblua/ldo.c --- a/misc/liblua/ldo.c Sat Jul 31 10:52:43 2010 +0200 +++ b/misc/liblua/ldo.c Sat Jul 31 11:24:53 2010 +0200 @@ -365,7 +365,7 @@ ** The arguments are on the stack, right after the function. ** When returns, all the results are on the stack, starting at the original ** function position. -*/ +*/ void luaD_call (lua_State *L, StkId func, int nResults) { if (++L->nCcalls >= LUAI_MAXCCALLS) { if (L->nCcalls == LUAI_MAXCCALLS)