diff --git a/Source/cmSystemTools.cxx b/Source/cmSystemTools.cxx index 52278d0b7e6c48fc8cb9d7fd5f259e2309eb28ab..7dece47893dfe7861035632e500671e64f8a12d9 100644 --- a/Source/cmSystemTools.cxx +++ b/Source/cmSystemTools.cxx @@ -2154,7 +2154,7 @@ std::string::size_type cmSystemToolsFindRPath(std::string const& have, if (end < have.size() && have[end] != ':') { pos = beg + 1; continue; - } + } // Return the position of the path portion. return beg;