Add missing brace.

Refs #5846
This commit is contained in:
Gunnar Beutner 2014-03-24 09:27:30 +01:00
parent fd1aaa1997
commit db2f1b3398
1 changed files with 1 additions and 1 deletions

View File

@ -138,7 +138,7 @@ void StackTrace::Print(std::ostream& fp, int ignoreFrames) const
path = path.SubStr(slashp + 1);
message = path + ": " + sym_demangled + " (" + String(sym_end);
message += " (" + Utility::GetSymbolSource(m_Frames[i]);
message += " (" + Utility::GetSymbolSource(m_Frames[i]) + ")";
}
}