Merge pull request #2616 from eltociear/patch-1
LAUNCHER: fix typo in x64dbg_launcher.cpp
This commit is contained in:
commit
0227d478ee
|
@ -90,7 +90,7 @@ struct RedirectWow
|
|||
if(oldValue != NULL)
|
||||
{
|
||||
if(!_Wow64RevertRedirection(oldValue))
|
||||
//Error occured here. Ignore or reset? (does it matter at this point?)
|
||||
//Error occurred here. Ignore or reset? (does it matter at this point?)
|
||||
MessageBox(nullptr, TEXT("Error in Reverting Redirection"), TEXT("Error"), MB_OK | MB_ICONERROR);
|
||||
}
|
||||
}
|
||||
|
|
Loading…
Reference in New Issue