mirror of
https://github.com/reactos/reactos.git
synced 2024-12-28 01:55:19 +00:00
Fixed a typo. According to the url pointed out by Royce3, it's right ( http://www.osronline.com/lists_archive/ntdev/thread1866.html)
svn path=/trunk/; revision=17258
This commit is contained in:
parent
aa33dda36b
commit
e7956d8d90
1 changed files with 1 additions and 1 deletions
|
@ -44,7 +44,7 @@ KeInitializeEvent(PKEVENT Event,
|
|||
/* Initialize the Dispatcher Header */
|
||||
KeInitializeDispatcherHeader(&Event->Header,
|
||||
Type,
|
||||
sizeof(Event) / sizeof(ULONG),
|
||||
sizeof(*Event) / sizeof(ULONG),
|
||||
State);
|
||||
}
|
||||
|
||||
|
|
Loading…
Reference in a new issue