1
0
Fork 0
mirror of https://github.com/eclipse-cdt/cdt synced 2025-09-10 03:53:21 +02:00

Cosmetics.

This commit is contained in:
Sergey Prigogin 2010-01-04 04:19:04 +00:00
parent ced5f1b42c
commit 8ba5522e7c

View file

@ -381,7 +381,7 @@ abstract public class PDOMWriter {
}
final List<IASTProblem> problems= visitor.getProblems();
fStatistics.fSyntaxProblemsCount+= problems.size();
fStatistics.fSyntaxProblemsCount += problems.size();
if (fShowSyntaxProblems) {
for (IASTProblem problem : problems) {
reportProblem(problem);