ソースを参照

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
 {