aboutsummaryrefslogtreecommitdiff
path: root/src/lib_ffi.c
diff options
context:
space:
mode:
Diffstat (limited to '')
-rw-r--r--src/lib_ffi.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/lib_ffi.c b/src/lib_ffi.c
index 5b9e25ea..136e98e8 100644
--- a/src/lib_ffi.c
+++ b/src/lib_ffi.c
@@ -829,7 +829,7 @@ static GCtab *ffi_finalizer(lua_State *L)
829 settabV(L, L->top++, t); 829 settabV(L, L->top++, t);
830 setgcref(t->metatable, obj2gco(t)); 830 setgcref(t->metatable, obj2gco(t));
831 setstrV(L, lj_tab_setstr(L, t, lj_str_newlit(L, "__mode")), 831 setstrV(L, lj_tab_setstr(L, t, lj_str_newlit(L, "__mode")),
832 lj_str_newlit(L, "K")); 832 lj_str_newlit(L, "k"));
833 t->nomm = (uint8_t)(~(1u<<MM_mode)); 833 t->nomm = (uint8_t)(~(1u<<MM_mode));
834 return t; 834 return t;
835} 835}