Skip to content

Commit

Permalink
Merge pull request #3 from dtzWill/minor-stat-print-fix-missing-paren
Browse files Browse the repository at this point in the history
Add missing paren in stat print.
  • Loading branch information
Yulei Sui committed May 12, 2016
2 parents d0ef3d0 + 5fdb243 commit b05457b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion lib/WPA/AndersenStat.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -124,7 +124,7 @@ void AndersenStat::statNullPtr() {
}
else {
_NumOfNullPtr++;
rawstr << "##Null Pointer : (NodeID " << pagNode->getId();
rawstr << "##Null Pointer : (NodeID " << pagNode->getId() << ")";
wrnMsg(rawstr.str());
}
}
Expand Down

0 comments on commit b05457b

Please sign in to comment.