Skip to content
Snippets Groups Projects
Commit a52d6fb1 authored by Konstantin Osipov's avatar Konstantin Osipov
Browse files

box/lua/tuple.c: fix a compilation failure

parent a2190967
No related branches found
No related tags found
No related merge requests found
......@@ -397,5 +397,5 @@ box_lua_tuple_init(struct lua_State *L)
assert(rc == 0);
(void) rc;
CTID_CONST_STRUCT_TUPLE_REF = luaL_ctypeid(L, "const struct tuple &");
assert(CTID_CONST_TUPLE_REF != 0);
assert(CTID_CONST_STRUCT_TUPLE_REF != 0);
}
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment