Francois Gouget : testbot: src: Don't use C++ comments in C code.

Alexandre Julliard julliard at winehq.org
Mon Aug 27 14:15:22 CDT 2012


Module: tools
Branch: master
Commit: 8125759dda1266b5ff9f8eada57d54cc2a46b81a
URL:    http://source.winehq.org/git/tools.git/?a=commit;h=8125759dda1266b5ff9f8eada57d54cc2a46b81a

Author: Francois Gouget <fgouget at codeweavers.com>
Date:   Mon Aug 27 11:49:32 2012 +0200

testbot: src: Don't use C++ comments in C code.

---

 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>




More information about the wine-cvs mailing list