瀏覽代碼

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
 {