Fix example

pull/1196/head
gabime 6 years ago
parent 33f881ac8b
commit e085ba7fcc

@ -47,7 +47,7 @@ int main(int, char *[])
spdlog::trace("Backtrace message 1");
spdlog::debug("Backtrace message 2");
spdlog::debug("Backtrace message 3");
spdlog::error("This should trigger backtrace!")
spdlog::error("This should trigger backtrace!");
try
{

Loading…
Cancel
Save