Author: tkreuzer
Date: Fri Apr 20 19:35:27 2012
New Revision: 56375
URL:
http://svn.reactos.org/svn/reactos?rev=56375&view=rev
Log:
[[NTOSKRNL]
Fix another typo
Modified:
trunk/reactos/ntoskrnl/ex/keyedevt.c
Modified: trunk/reactos/ntoskrnl/ex/keyedevt.c
URL:
http://svn.reactos.org/svn/reactos/trunk/reactos/ntoskrnl/ex/keyedevt.c?rev…
==============================================================================
--- trunk/reactos/ntoskrnl/ex/keyedevt.c [iso-8859-1] (original)
+++ trunk/reactos/ntoskrnl/ex/keyedevt.c [iso-8859-1] Fri Apr 20 19:35:27 2012
@@ -30,7 +30,7 @@
ExpInitializeKeyedEvent(
_Out_ PEX_KEYED_EVENT KeyedEvent);
-#define KeGetCurrentProcess() ((PKPROCESS)PsGetCurrentProcess)
+#define KeGetCurrentProcess() ((PKPROCESS)PsGetCurrentProcess())
/* GLOBALS *******************************************************************/