aboutsummaryrefslogtreecommitdiff
path: root/src/zencore/callstack.cpp
diff options
context:
space:
mode:
authorMartin Ridgers <[email protected]>2024-09-17 15:41:00 +0200
committerMartin Ridgers <[email protected]>2024-09-17 15:41:00 +0200
commit99eb6eac3669d813680b7748937764a9378f0d92 (patch)
tree0824a8519e04d14170486060618ebd8417707b3f /src/zencore/callstack.cpp
parentExplicitly tell dbghelp.dll to look for PDBs alongside Zen's binaries (diff)
downloadzen-99eb6eac3669d813680b7748937764a9378f0d92.tar.xz
zen-99eb6eac3669d813680b7748937764a9378f0d92.zip
A clang-format pass
Diffstat (limited to 'src/zencore/callstack.cpp')
-rw-r--r--src/zencore/callstack.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/zencore/callstack.cpp b/src/zencore/callstack.cpp
index 8c37286be..9b06d4575 100644
--- a/src/zencore/callstack.cpp
+++ b/src/zencore/callstack.cpp
@@ -42,7 +42,7 @@ public:
m_CallstackLock.WithExclusiveLock([&]() {
if (!m_Initialized)
{
- m_CurrentProcess = GetCurrentProcess();
+ m_CurrentProcess = GetCurrentProcess();
std::filesystem::path ProgramBaseDir = GetRunningExecutablePath().parent_path();
if (SymInitializeW(m_CurrentProcess, ProgramBaseDir.c_str(), TRUE) == TRUE)
{