We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 21271db commit 055d836Copy full SHA for 055d836
ProcessHacker/main.c
@@ -440,7 +440,7 @@ static BOOLEAN NTAPI PhpPreviousInstancesCallback(
440
if (!RtlEqualSid(tokenUser->User.Sid, PhGetOwnTokenAttributes().TokenSid))
441
goto CleanupExit;
442
443
- // Try to locate the window a few times because some users reported issues that it might not yet have been created. (dmex)
+ // Try to locate the window a few times because some users reported that it might not yet have been created. (dmex)
444
do
445
{
446
if (hwnd = PhGetProcessMainWindowEx(
0 commit comments