mirror of
https://github.com/reactos/reactos.git
synced 2024-12-27 17:44:45 +00:00
Fixed typeo that was breaking NtReadFile() with async reads
svn path=/trunk/; revision=1236
This commit is contained in:
parent
10c1321106
commit
67d46de5d3
1 changed files with 2 additions and 2 deletions
|
@ -1,4 +1,4 @@
|
|||
/* $Id: rw.c,v 1.30 2000/05/13 13:51:02 dwelch Exp $
|
||||
/* $Id: rw.c,v 1.31 2000/07/07 00:42:58 phreak Exp $
|
||||
*
|
||||
* COPYRIGHT: See COPYING in the top level directory
|
||||
* PROJECT: ReactOS kernel
|
||||
|
@ -84,7 +84,7 @@ NTSTATUS STDCALL NtReadFile(HANDLE FileHandle,
|
|||
SYNCHRONIZE,
|
||||
ExEventObjectType,
|
||||
UserMode,
|
||||
(PVOID*)ptrEvent,
|
||||
(PVOID*)&ptrEvent,
|
||||
NULL);
|
||||
if (!NT_SUCCESS(Status))
|
||||
{
|
||||
|
|
Loading…
Reference in a new issue