Update example

This commit is contained in:
gabime 2020-12-11 16:58:49 +02:00
parent de0dbfa359
commit b2e31721e8
1 changed files with 1 additions and 1 deletions

View File

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