From 9b2425c35379df68baaf3791cf30996ba1b7f17d Mon Sep 17 00:00:00 2001 From: gnzlbg Date: Sun, 29 Nov 2015 14:30:02 +0100 Subject: [PATCH] spurious character broke compilation --- include/spdlog/details/async_log_helper.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/include/spdlog/details/async_log_helper.h b/include/spdlog/details/async_log_helper.h index d26ea1e0..494cc48f 100644 --- a/include/spdlog/details/async_log_helper.h +++ b/include/spdlog/details/async_log_helper.h @@ -311,7 +311,7 @@ inline void spdlog::details::async_log_helper::handle_flush_interval(log_clock:: for (auto &s : _sinks) s->flush(); now = last_flush = details::os::now(); - _flush_requested = false;s + _flush_requested = false; } } inline void spdlog::details::async_log_helper::set_formatter(formatter_ptr msg_formatter)