diff options
Diffstat (limited to 'engines/sword25/util/lua/ldo.cpp')
| -rw-r--r-- | engines/sword25/util/lua/ldo.cpp | 2 | 
1 files changed, 1 insertions, 1 deletions
| diff --git a/engines/sword25/util/lua/ldo.cpp b/engines/sword25/util/lua/ldo.cpp index bbcdf98b3d..49e0881a45 100644 --- a/engines/sword25/util/lua/ldo.cpp +++ b/engines/sword25/util/lua/ldo.cpp @@ -384,7 +384,7 @@ int luaD_poscall (lua_State *L, StkId firstResult) {  ** 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) | 
