mirror of
https://github.com/reactos/reactos.git
synced 2024-12-28 01:55:19 +00:00
Fixed typeo preventing compilation
svn path=/trunk/; revision=1092
This commit is contained in:
parent
1be4f77bcb
commit
3bd2a11130
1 changed files with 1 additions and 1 deletions
|
@ -52,7 +52,7 @@ NTSTATUS STDCALL NtCreateNamedPipeFile(
|
|||
FileObject = ObCreateObject(NamedPipeFileHandle,
|
||||
DesiredAccess,
|
||||
ObjectAttributes,
|
||||
IoFileType);
|
||||
IoFileObjectType);
|
||||
if (FileObject == NULL)
|
||||
{
|
||||
return(STATUS_UNSUCCESSFUL);
|
||||
|
|
Loading…
Reference in a new issue