diff options
author | Shauren <shauren.trinity@gmail.com> | 2020-08-07 16:51:58 +0200 |
---|---|---|
committer | Shauren <shauren.trinity@gmail.com> | 2022-01-26 18:46:56 +0100 |
commit | 259bbf1e049d944b11cc1050b035806cf31efe9f (patch) | |
tree | 5e7d8383c926d4e2e37eaadec92cefbe11426883 /src/common/Debugging | |
parent | 473f3db0abba26b21a2f4de98016e540d699a353 (diff) |
Core/CrashHandler: NULL -> nullptr
(cherry picked from commit 68fdfcaa507d06ce8e823e7848f4c58ef1e62732)
Diffstat (limited to 'src/common/Debugging')
-rw-r--r-- | src/common/Debugging/WheatyExceptionReport.cpp | 3 |
1 files changed, 0 insertions, 3 deletions
diff --git a/src/common/Debugging/WheatyExceptionReport.cpp b/src/common/Debugging/WheatyExceptionReport.cpp index 5631287f528..80caf9e24d4 100644 --- a/src/common/Debugging/WheatyExceptionReport.cpp +++ b/src/common/Debugging/WheatyExceptionReport.cpp @@ -1345,7 +1345,6 @@ bool logChildren) } bHandled = true; - return; } void WheatyExceptionReport::FormatOutputValue(char * pszCurrBuffer, @@ -1552,8 +1551,6 @@ void WheatyExceptionReport::PrintSymbolDetail() Log(_T("\t")); Log(_T("%s\r\n"), symbolDetails.top().ToString().c_str()); - - return; } std::string SymbolDetail::ToString() |