소스 검색

Fix warning about extra token.

Sascha Zelzer 14 년 전
부모
커밋
62a0edce2d
1개의 변경된 파일1개의 추가작업 그리고 1개의 파일을 삭제
  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
 {