diff --git a/src/common/Debugging/WheatyExceptionReport.cpp b/src/common/Debugging/WheatyExceptionReport.cpp index 4f091c19143..db2d050794f 100644 --- a/src/common/Debugging/WheatyExceptionReport.cpp +++ b/src/common/Debugging/WheatyExceptionReport.cpp @@ -1503,7 +1503,7 @@ std::string SymbolDetail::ToString() if (!Value.empty()) { if (Name == "passwd" || Name == "password") - Value = ""; + Value = ""; formatted += " = " + Value; } return formatted;