[TestBot 1/2] src: Don't use C++ comments in C code.

Francois Gouget fgouget at codeweavers.com
Mon Aug 27 04:49:32 CDT 2012


---
 testbot/src/GenFixEnv/GenFixEnv.c       |    3 +--
 testbot/src/TestLauncher/TestLauncher.c |    3 +--
 2 files changed, 2 insertions(+), 4 deletions(-)

diff --git a/testbot/src/GenFixEnv/GenFixEnv.c b/testbot/src/GenFixEnv/GenFixEnv.c
index b904f0c..009c88c 100644
--- a/testbot/src/GenFixEnv/GenFixEnv.c
+++ b/testbot/src/GenFixEnv/GenFixEnv.c
@@ -1,5 +1,4 @@
-// GenFixEnv.cpp : Defines the entry point for the console application.
-//
+/* GenFixEnv.cpp : Defines the entry point for the console application. */
 
 #include <stdio.h>
 #include <windows.h>
diff --git a/testbot/src/TestLauncher/TestLauncher.c b/testbot/src/TestLauncher/TestLauncher.c
index 802ba89..4190b40 100644
--- a/testbot/src/TestLauncher/TestLauncher.c
+++ b/testbot/src/TestLauncher/TestLauncher.c
@@ -1,5 +1,4 @@
-// TestLauncher.cpp : Defines the entry point for the console application.
-//
+/* TestLauncher.cpp : Defines the entry point for the console application. */
 
 #include <stdio.h>
 #include <windows.h>
-- 
1.7.10.4




More information about the wine-patches mailing list