diff --git a/reactos/ntoskrnl/ps/kill.c b/reactos/ntoskrnl/ps/kill.c index 6e4b8a74c50..26f4ae24b35 100644 --- a/reactos/ntoskrnl/ps/kill.c +++ b/reactos/ntoskrnl/ps/kill.c @@ -754,7 +754,7 @@ NtRegisterThreadTerminatePort(HANDLE PortHandle) /* Allocate the Port and make sure it suceeded */ if((TerminationPort = ExAllocatePoolWithTag(NonPagedPool, - sizeof(PTERMINATION_PORT), + sizeof(TERMINATION_PORT), TAG('P', 's', 'T', '=')))) { /* Associate the Port */