mirror of
https://github.com/reactos/reactos.git
synced 2024-12-28 10:04:49 +00:00
fixed typeo
svn path=/trunk/; revision=897
This commit is contained in:
parent
6a617736e9
commit
1667a4589a
1 changed files with 1 additions and 1 deletions
|
@ -80,7 +80,7 @@ NTSTATUS STDCALL NtCreateEvent (OUT PHANDLE EventHandle,
|
|||
ObjectAttributes,
|
||||
ExEventType);
|
||||
KeInitializeEvent( Event, ManualReset ? NotificationEvent : SynchronizationEvent, InitialState );
|
||||
OnDereferenceObject( Event );
|
||||
ObDereferenceObject( Event );
|
||||
return(STATUS_SUCCESS);
|
||||
}
|
||||
|
||||
|
|
Loading…
Reference in a new issue