From 6f1d01355da02d8e15e0b096b2709492c6a63d49 Mon Sep 17 00:00:00 2001 From: gabime Date: Fri, 6 Dec 2024 11:24:19 +0200 Subject: [PATCH] Updated example --- example/example.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/example/example.cpp b/example/example.cpp index d7343c13..1aed8730 100644 --- a/example/example.cpp +++ b/example/example.cpp @@ -228,7 +228,7 @@ void err_handler_example() { // syslog example (linux/osx/freebsd) #ifndef _WIN32 - #include "spdlog/sinks/syslog_sink.h" +#include "spdlog/sinks/syslog_sink.h" void syslog_example() { std::string ident = "spdlog-example"; auto syslog_logger = spdlog::syslog_logger_mt("syslog", ident, LOG_PID);