Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/gabime/spdlog.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
Diffstat (limited to 'example/example.cpp')
-rw-r--r--example/example.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/example/example.cpp b/example/example.cpp
index f14dd1ac..b3b76f1b 100644
--- a/example/example.cpp
+++ b/example/example.cpp
@@ -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
{