mirror of
https://github.com/ApfelTeeSaft/reactos.git
synced 2026-08-29 12:23:30 +00:00
fixed typo
svn path=/trunk/; revision=13146
This commit is contained in:
@@ -1254,7 +1254,7 @@ NtQueryInformationProcess(IN HANDLE ProcessHandle,
|
||||
|
||||
case ProcessDebugPort:
|
||||
{
|
||||
if (ProcessInformationLength != sizeof(ULONG))
|
||||
if (ProcessInformationLength != sizeof(HANDLE))
|
||||
{
|
||||
Status = STATUS_INFO_LENGTH_MISMATCH;
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user