[[NTOSKRNL]

Fix another typo



svn path=/trunk/; revision=56375
This commit is contained in:
Timo Kreuzer 2012-04-20 19:35:27 +00:00
parent fef455ec53
commit dd414ba20f

View file

@ -30,7 +30,7 @@ NTAPI
ExpInitializeKeyedEvent(
_Out_ PEX_KEYED_EVENT KeyedEvent);
#define KeGetCurrentProcess() ((PKPROCESS)PsGetCurrentProcess)
#define KeGetCurrentProcess() ((PKPROCESS)PsGetCurrentProcess())
/* GLOBALS *******************************************************************/