aboutsummaryrefslogtreecommitdiff
path: root/src/lanes.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'src/lanes.cpp')
-rw-r--r--src/lanes.cpp3
1 files changed, 2 insertions, 1 deletions
diff --git a/src/lanes.cpp b/src/lanes.cpp
index c65fc1c..39caee9 100644
--- a/src/lanes.cpp
+++ b/src/lanes.cpp
@@ -881,7 +881,8 @@ LANES_API int luaopen_lanes_core(lua_State* const L_)
881 881
882// ################################################################################################# 882// #################################################################################################
883 883
884[[nodiscard]] static int default_luaopen_lanes(lua_State* const L_) 884[[nodiscard]]
885static int default_luaopen_lanes(lua_State* const L_)
885{ 886{
886 LuaError const _rc{ luaL_loadfile(L_, "lanes.lua") || lua_pcall(L_, 0, 1, 0) }; 887 LuaError const _rc{ luaL_loadfile(L_, "lanes.lua") || lua_pcall(L_, 0, 1, 0) };
887 if (_rc != LuaError::OK) { 888 if (_rc != LuaError::OK) {