diff options
author | Andy Cedilnik <andy.cedilnik@kitware.com> | 2003-05-02 12:43:59 (GMT) |
---|---|---|
committer | Andy Cedilnik <andy.cedilnik@kitware.com> | 2003-05-02 12:43:59 (GMT) |
commit | 7cefbad8dc4f6aa73781a98e758679b5c5dc4fbe (patch) | |
tree | 585ca77ede4c6f12725f77aad53bf8948ec5cbc7 /Source | |
parent | 9400400746a702f1f73b504c22bfca592d3dab13 (diff) | |
download | CMake-7cefbad8dc4f6aa73781a98e758679b5c5dc4fbe.zip CMake-7cefbad8dc4f6aa73781a98e758679b5c5dc4fbe.tar.gz CMake-7cefbad8dc4f6aa73781a98e758679b5c5dc4fbe.tar.bz2 |
ERR: Fix comment to C style comment
Diffstat (limited to 'Source')
-rw-r--r-- | Source/CTest/Curl/Testing/curltest.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/Source/CTest/Curl/Testing/curltest.c b/Source/CTest/Curl/Testing/curltest.c index 0037e11..c21774a 100644 --- a/Source/CTest/Curl/Testing/curltest.c +++ b/Source/CTest/Curl/Testing/curltest.c @@ -1,4 +1,4 @@ -// Prevent warnings on Visual Studio +/* Prevent warnings on Visual Studio */ struct _RPC_ASYNC_STATE; #include "curl/curl.h" |