Skip to content

Commit

Permalink
Add missing paren in stat print.
Browse files Browse the repository at this point in the history
  • Loading branch information
dtzWill committed May 11, 2016
1 parent d0ef3d0 commit 5fdb243
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 5fdb243

Please sign in to comment.