From: Vsevolod Stakhov Date: Mon, 8 Oct 2018 16:34:24 +0000 (+0100) Subject: [Minor] Add missing #endif X-Git-Tag: 1.8.1~67 X-Git-Url: http://git.ipfire.org/gitweb.cgi?a=commitdiff_plain;h=46e4a961b0d09fd970d7abcb2d69ec605e1c0254;p=thirdparty%2Frspamd.git [Minor] Add missing #endif --- 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) {