소스 검색

Fix preprocessor typo in previous commit

Joseph Henry 5 년 전
부모
커밋
32a78b5f61
1개의 변경된 파일1개의 추가작업 그리고 1개의 파일을 삭제
  1. 1 1
      osdep/OSUtils.cpp

+ 1 - 1
osdep/OSUtils.cpp

@@ -388,7 +388,7 @@ std::string OSUtils::platformDefaultHomePath()
 #ifdef __UBIQUITI__
 	// Only persistent location after firmware upgrades
 	return std::string("/config/zerotier-one");
-#else
+#endif
 
     // Check for user-defined environment variable before using defaults
 #ifdef __WINDOWS__