Explorar o código

Fix bad character

Johannes Kreutz %!s(int64=2) %!d(string=hai) anos
pai
achega
c20ddea395
Modificáronse 1 ficheiros con 1 adicións e 1 borrados
  1. 1 1
      trackpoint-app/include/PlatformSupport.hpp

+ 1 - 1
trackpoint-app/include/PlatformSupport.hpp

@@ -6,7 +6,7 @@
 #elif __unix__
   static std::string openScadPath = "openscad";
   static std::string fileDelimiter = "/";
-#elif defined(WIN32) || defined(_WIN32) || defined(__WIN32__) || defined(__NT__) || defined(_WIN64)
+#elif defined(WIN32) || defined(_WIN32) || defined(__WIN32__) || defined(__NT__) || defined(_WIN64)
   // Currently unsupported
   static std::string openScadPath = "";
   static std::string fileDelimiter = "\\";