Unverified Commit 397c2a93 authored by Hui's avatar Hui Committed by GitHub

Merge pull request #1 from blackball/blackball-patch-1

Fix return type in README file.
parents c5011181 796986f3
......@@ -128,7 +128,7 @@ void basic_logfile_example()
catch (const spdlog::spdlog_ex &ex)
{
std::cout << "Log init failed: " << ex.what() << std::endl;
return 1;
return;
}
}
```
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment