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:
authorgabime <gmelman1@gmail.com>2019-08-23 02:48:40 +0300
committergabime <gmelman1@gmail.com>2019-08-23 02:48:40 +0300
commite085ba7fcca482590887245a839b4bc42811ca1e (patch)
tree225ea3a4df5fe754c52e0403c5234039d21207fd /example
parent33f881ac8b860a2cdb3c2d3e776795fdebbce889 (diff)
Fix example
Diffstat (limited to 'example')
-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
{