Explorar el Código

Fix preprocessor typo in previous commit

Joseph Henry hace 5 años
padre
commit
32a78b5f61
Se han modificado 1 ficheros con 1 adiciones y 1 borrados
  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__