fixed minor preprocessor typo

This commit is contained in:
Joseph Henry
2016-08-31 15:49:18 -07:00
parent 8eb0acf79c
commit 33d3e72261

View File

@@ -365,7 +365,7 @@ char *zts_get_homepath() {
// Starts a ZeroTier service in the background
void *zts_start_service(void *thread_id) {
#ifdef defined(__ANDROID__)
#if defined(__ANDROID__)
dwr(MSG_DEBUG, "ZTSDK_BUILD_VERSION = %d\n", ZTSDK_BUILD_VERSION);
LOGV("ZTSDK_BUILD_VERSION = %d\n", ZTSDK_BUILD_VERSION);
#endif