diff options
author | Bill Hoffman <bill.hoffman@kitware.com> | 2006-07-26 13:11:04 (GMT) |
---|---|---|
committer | Bill Hoffman <bill.hoffman@kitware.com> | 2006-07-26 13:11:04 (GMT) |
commit | 60e4fef0c607ed7846c0e635b175386eafe09721 (patch) | |
tree | 56cecb4c7c8342758cf22906dcafe8534348f282 /Tests/LoadCommand | |
parent | 112bb69f076c27248d5235eb55bec9ef352c9a0e (diff) | |
download | CMake-60e4fef0c607ed7846c0e635b175386eafe09721.zip CMake-60e4fef0c607ed7846c0e635b175386eafe09721.tar.gz CMake-60e4fef0c607ed7846c0e635b175386eafe09721.tar.bz2 |
ENH: do not use c++ comments in c code
Diffstat (limited to 'Tests/LoadCommand')
-rw-r--r-- | Tests/LoadCommand/CMakeCommands/cmTestCommand.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/Tests/LoadCommand/CMakeCommands/cmTestCommand.c b/Tests/LoadCommand/CMakeCommands/cmTestCommand.c index 84d1619..36bf33b 100644 --- a/Tests/LoadCommand/CMakeCommands/cmTestCommand.c +++ b/Tests/LoadCommand/CMakeCommands/cmTestCommand.c @@ -166,7 +166,7 @@ static int CCONV InitialPass(void *inf, void *mf, int argc, char *argv[]) } info->CAPI->ExecuteCommand(mf,"SET",2,args); - // make sure we can find the source file + /* make sure we can find the source file */ if (!info->CAPI->GetSource(mf,argv[1])) { info->CAPI->SetError(mf, "Source file could not be found!"); |