From 33d3e7226143375bcb3d4e8090d49d7fd7baf709 Mon Sep 17 00:00:00 2001 From: Joseph Henry Date: Wed, 31 Aug 2016 15:49:18 -0700 Subject: [PATCH] fixed minor preprocessor typo --- src/SDK_Service.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/SDK_Service.cpp b/src/SDK_Service.cpp index ba4904b..ea809ca 100644 --- a/src/SDK_Service.cpp +++ b/src/SDK_Service.cpp @@ -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