mirror of
https://github.com/gabime/spdlog.git
synced 2025-01-24 14:42:13 +08:00
Merge pull request #893 from ZaMaZaN4iK/ZaMaZaN4iK-patch-1
Fix typo in Android example
This commit is contained in:
commit
f14a4c0b18
@ -305,7 +305,7 @@ void syslog_example()
|
|||||||
---
|
---
|
||||||
#### Android example
|
#### Android example
|
||||||
```c++
|
```c++
|
||||||
#incude "spdlog/sinks/android_sink.h"
|
#include "spdlog/sinks/android_sink.h"
|
||||||
void android_example()
|
void android_example()
|
||||||
{
|
{
|
||||||
std::string tag = "spdlog-android";
|
std::string tag = "spdlog-android";
|
||||||
|
Loading…
Reference in New Issue
Block a user