Skip to content
Snippets Groups Projects
Commit c8b95be6 authored by Vladislav Shpilevoy's avatar Vladislav Shpilevoy
Browse files

Fix build

parent d2260891
No related branches found
No related tags found
No related merge requests found
......@@ -379,7 +379,7 @@ lbox_session_push(struct lua_State *L)
lua_pop(L, 1);
break;
}
FALLTHROUGH
FALLTHROUGH;
default:
return luaL_error(L, "Usage: box.session.push(data, sync)");
}
......
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