mirror of
https://github.com/ApfelTeeSaft/reactos.git
synced 2026-08-28 04:13:35 +00:00
Fixed typeo preventing compilation
svn path=/trunk/; revision=1092
This commit is contained in:
@@ -52,7 +52,7 @@ NTSTATUS STDCALL NtCreateNamedPipeFile(
|
||||
FileObject = ObCreateObject(NamedPipeFileHandle,
|
||||
DesiredAccess,
|
||||
ObjectAttributes,
|
||||
IoFileType);
|
||||
IoFileObjectType);
|
||||
if (FileObject == NULL)
|
||||
{
|
||||
return(STATUS_UNSUCCESSFUL);
|
||||
|
||||
Reference in New Issue
Block a user