Update android_sink.h

This commit is contained in:
Gabi Melman 2017-05-03 01:18:40 +03:00 committed by GitHub
parent 6927aa1544
commit 52292fb526
1 changed files with 1 additions and 1 deletions

View File

@ -15,7 +15,7 @@
#include <thread>
#include <chrono>
#if !defined(SPDLOG_ANDROID_LOG_NUM_OF_RETRIES)
#if !defined(SPDLOG_ANDROID_RETRIES)
#define SPDLOG_ANDROID_RETRIES 2
#endif