mirror of
https://github.com/reactos/reactos.git
synced 2024-12-28 01:55:19 +00:00
fixed typo
svn path=/trunk/; revision=13146
This commit is contained in:
parent
80d404e4e9
commit
cfdf8abfca
1 changed files with 1 additions and 1 deletions
|
@ -1254,7 +1254,7 @@ NtQueryInformationProcess(IN HANDLE ProcessHandle,
|
|||
|
||||
case ProcessDebugPort:
|
||||
{
|
||||
if (ProcessInformationLength != sizeof(ULONG))
|
||||
if (ProcessInformationLength != sizeof(HANDLE))
|
||||
{
|
||||
Status = STATUS_INFO_LENGTH_MISMATCH;
|
||||
}
|
||||
|
|
Loading…
Reference in a new issue