diff options
| author | Joseph Henry <[email protected]> | 2016-08-31 15:49:18 -0700 |
|---|---|---|
| committer | Joseph Henry <[email protected]> | 2016-08-31 15:49:18 -0700 |
| commit | 33d3e7226143375bcb3d4e8090d49d7fd7baf709 (patch) | |
| tree | de99a184ef9e0a02b14cfc5687bd85a914190a2b /src/SDK_Service.cpp | |
| parent | 8eb0acf79c6918a4d8e446c662e5f56a982246b0 (diff) | |
fixed minor preprocessor typo
Diffstat (limited to 'src/SDK_Service.cpp')
| -rw-r--r-- | src/SDK_Service.cpp | 2 |
1 files changed, 1 insertions, 1 deletions
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 |
