Skip to content
Snippets Groups Projects
Commit 616413f5 authored by Vladislav Shpilevoy's avatar Vladislav Shpilevoy Committed by Roman Tsisyk
Browse files

Fix typo in key_mp_type

parent 9d555efc
No related branches found
No related tags found
No related merge requests found
......@@ -59,6 +59,7 @@ const uint32_t key_mp_type[] = {
/* [FIELD_TYPE_SCALAR] = */ (1U << MP_UINT) | (1U << MP_INT) |
(1U << MP_FLOAT) | (1U << MP_DOUBLE) | (1U << MP_STR) |
(1U << MP_BIN) | (1U << MP_BOOL) | (1U << MP_NIL),
/* [FIELD_TYPE_MAP] = */ 1U << MP_MAP,
};
struct key_def *
......
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