diff --git a/include/lua_manager.hpp b/include/lua_manager.hpp index eebc15f7b..7ef96f185 100644 --- a/include/lua_manager.hpp +++ b/include/lua_manager.hpp @@ -44,7 +44,7 @@ class LuaManager { } }; -#elif // Lua not enabled, Lua manager does nothing +#else // Lua not enabled, Lua manager does nothing class LuaManager { public: LuaManager(Memory& mem) {} @@ -55,4 +55,4 @@ class LuaManager { void reset() {} void signalEvent(LuaEvent e) {} }; -#endif \ No newline at end of file +#endif