Updated comment

This commit is contained in:
gabime 2020-03-15 18:56:38 +02:00
parent d1819f5f76
commit 3f86b250e6

View File

@ -20,7 +20,7 @@ void err_handler_example();
void syslog_example();
#include "spdlog/spdlog.h"
#include "spdlog/cfg/env.h" // for loading levels from the environment variables
#include "spdlog/cfg/env.h" // for loading levels from the environment variable
int main(int, char *[])
{