Browse Source

fixed minor preprocessor typo

pull/1/head
Joseph Henry 10 years ago
parent
commit
33d3e72261
  1. 2
      src/SDK_Service.cpp

2
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

Loading…
Cancel
Save