Update lapi.h

pull/168/head
tushars25 5 years ago committed by GitHub
parent c3952c2b98
commit 5141a0071a
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

@ -18,7 +18,7 @@
{ if ((nres) == LUA_MULTRET && L->ci->top < L->top) L->ci->top = L->top; }
#define api_checknelems(L,n) api_check(L, (n) < (L->top - L->ci->func), \
"not enough elements in the stack")
"not enough elements in the stacks")
#endif

Loading…
Cancel
Save