DebugActiveProcess_: always return a value

This commit is contained in:
Matthijs Lavrijsen 2020-10-10 01:41:24 +02:00
parent 2d92c9f236
commit ab5716c6fb
No known key found for this signature in database
GPG Key ID: D40D1DBE299B83EA
1 changed files with 1 additions and 0 deletions

View File

@ -188,4 +188,5 @@ BOOL WINAPI DebugActiveProcess_(IN DWORD dwProcessId)
} }
/* Success */ /* Success */
return TRUE;
} }