mirror of
https://github.com/reactos/reactos.git
synced 2024-12-29 02:25:17 +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,
|
ObjectAttributes,
|
||||||
ExEventType);
|
ExEventType);
|
||||||
KeInitializeEvent( Event, ManualReset ? NotificationEvent : SynchronizationEvent, InitialState );
|
KeInitializeEvent( Event, ManualReset ? NotificationEvent : SynchronizationEvent, InitialState );
|
||||||
OnDereferenceObject( Event );
|
ObDereferenceObject( Event );
|
||||||
return(STATUS_SUCCESS);
|
return(STATUS_SUCCESS);
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
Loading…
Reference in a new issue