fix comment pb

This commit is contained in:
Sebastien Barre 2001-09-01 16:55:01 -04:00
parent 5ac8ecd9d2
commit 9c3fc67d00

View File

@ -436,7 +436,7 @@ const char *cmSystemTools::ConvertToWindowsSlashes(std::string& path)
return path.c_str(); return path.c_str();
} }
// convert Unix slashes / to Windows slashes \ and cleanup double \\ // convert Unix slashes to Windows slashes and cleanup double slashes
const char *cmSystemTools::ConvertToWindowsSlashesAndCleanUp(std::string& path) const char *cmSystemTools::ConvertToWindowsSlashesAndCleanUp(std::string& path)
{ {
cmSystemTools::ConvertToWindowsSlashes(path); cmSystemTools::ConvertToWindowsSlashes(path);