mirror of
https://github.com/reactos/reactos.git
synced 2025-07-23 01:33:41 +00:00
[0.4.14][DBGHELP] Non-functional whitespace addendum in context of CORE-17073
I did not want to port back the fix further in unpolished form. (1st diff) And found the whitespace to be offsync to older branches. (2nd diff)
This commit is contained in:
parent
c1b15dbc86
commit
57efac32b1
1 changed files with 2 additions and 2 deletions
|
@ -242,7 +242,7 @@ BOOL WINAPI SymSetSearchPath(HANDLE hProcess, PCSTR searchPath)
|
|||
}
|
||||
|
||||
ret = SymSetSearchPathW(hProcess, sp);
|
||||
|
||||
|
||||
if (searchPath)
|
||||
{
|
||||
HeapFree(GetProcessHeap(), 0, sp);
|
||||
|
@ -378,7 +378,7 @@ BOOL WINAPI SymInitializeW(HANDLE hProcess, PCWSTR UserSearchPath, BOOL fInvadeP
|
|||
pcs->dbg_hdr_addr = 0;
|
||||
pcs->next = process_first;
|
||||
process_first = pcs;
|
||||
|
||||
|
||||
#ifndef DBGHELP_STATIC_LIB
|
||||
if (check_live_target(pcs))
|
||||
{
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue