summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--Source/cmMSDotNETGenerator.cxx2
1 files changed, 1 insertions, 1 deletions
diff --git a/Source/cmMSDotNETGenerator.cxx b/Source/cmMSDotNETGenerator.cxx
index 71682c6..69fd73a 100644
--- a/Source/cmMSDotNETGenerator.cxx
+++ b/Source/cmMSDotNETGenerator.cxx
@@ -1187,7 +1187,7 @@ void cmMSDotNETGenerator::WriteCustomRule(std::ostream& fout,
}
else
{
- first = true;
+ first = false;
}
fout << output->c_str();
}