mirror of
https://github.com/reactos/reactos.git
synced 2025-08-03 20:25:39 +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
|
* COPYRIGHT: See COPYING in the top level directory
|
||||||
* PROJECT: ReactOS kernel
|
* PROJECT: ReactOS kernel
|
||||||
|
@ -84,7 +84,7 @@ NTSTATUS STDCALL NtReadFile(HANDLE FileHandle,
|
||||||
SYNCHRONIZE,
|
SYNCHRONIZE,
|
||||||
ExEventObjectType,
|
ExEventObjectType,
|
||||||
UserMode,
|
UserMode,
|
||||||
(PVOID*)ptrEvent,
|
(PVOID*)&ptrEvent,
|
||||||
NULL);
|
NULL);
|
||||||
if (!NT_SUCCESS(Status))
|
if (!NT_SUCCESS(Status))
|
||||||
{
|
{
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue