From 46e4a961b0d09fd970d7abcb2d69ec605e1c0254 Mon Sep 17 00:00:00 2001 From: Vsevolod Stakhov Date: Mon, 8 Oct 2018 17:34:24 +0100 Subject: [PATCH] [Minor] Add missing #endif --- src/lua/lua_config.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/lua/lua_config.c b/src/lua/lua_config.c index c4d71b8ca4..eee3861bce 100644 --- a/src/lua/lua_config.c +++ b/src/lua/lua_config.c @@ -2889,7 +2889,7 @@ lua_periodic_callback_finish (struct thread_entry *thread, int ret) #ifdef HAVE_EVENT_NO_CACHE_TIME_FUNC event_base_update_cache_time (periodic->ev_base); -#else +#endif if (ret == 0) { if (lua_type (L, -1) == LUA_TBOOLEAN) { -- 2.47.3