Forráskód Böngészése

Fix warning about extra token.

Sascha Zelzer 14 éve
szülő
commit
62a0edce2d

+ 1 - 1
Libs/PluginFramework/Testing/Cpp/ctkPluginFrameworkTestRunner.cpp

@@ -40,7 +40,7 @@
 #ifdef _WIN32
 #ifdef _WIN32
 #include <windows.h>
 #include <windows.h>
 #include <stdlib.h>
 #include <stdlib.h>
-#endif _WIN32
+#endif // _WIN32
 
 
 class TestRunner : public QThread
 class TestRunner : public QThread
 {
 {