Browse Source

Fix warning about extra token.

Sascha Zelzer 14 years ago
parent
commit
62a0edce2d
1 changed files with 1 additions and 1 deletions
  1. 1 1
      Libs/PluginFramework/Testing/Cpp/ctkPluginFrameworkTestRunner.cpp

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

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