fixed typo

svn path=/trunk/; revision=13146
This commit is contained in:
Thomas Bluemel 2005-01-20 00:14:50 +00:00
parent 80d404e4e9
commit cfdf8abfca

View file

@ -1254,7 +1254,7 @@ NtQueryInformationProcess(IN HANDLE ProcessHandle,
case ProcessDebugPort:
{
if (ProcessInformationLength != sizeof(ULONG))
if (ProcessInformationLength != sizeof(HANDLE))
{
Status = STATUS_INFO_LENGTH_MISMATCH;
}