Skip to content

Commit

Permalink
fix ctuinfo output
Browse files Browse the repository at this point in the history
  • Loading branch information
danmar committed Sep 7, 2024
1 parent ccc7a66 commit a580cc5
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion lib/cppcheck.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -1446,7 +1446,7 @@ void CppCheck::executeAddons(const std::vector<std::string>& files, const std::s
if (obj.count("summary") > 0) {
if (obj.count("data") > 0) {
if (!mSettings.buildDir.empty()) {
ctuInfo += res.serialize();
ctuInfo += res.serialize() + "\n";
} else {
errmsg.severity = Severity::internal;
errmsg.id = "ctuinfo";
Expand Down

0 comments on commit a580cc5

Please sign in to comment.