LuaHookCall (lua);\r
break;\r
case LUA_HOOKRET:\r
- case LUA_HOOKTAILRET:\r
LuaHookRet (lua);\r
break;\r
case LUA_HOOKLINE:\r
// Get the error string that appears on top of stack when a function\r
// fails to run\r
printf ("Error: %s\n", lua_tostring ((lua_State *) m_vm, -1));\r
-}
\ No newline at end of file
+}\r