mirror of
https://github.com/reactos/reactos.git
synced 2024-12-27 01:24:38 +00:00
Fixed typeo that prevented compilation
svn path=/trunk/; revision=2412
This commit is contained in:
parent
87d07db47c
commit
b7f6ddaf9a
1 changed files with 2 additions and 2 deletions
|
@ -1,4 +1,4 @@
|
|||
/* $Id: send.c,v 1.6 2001/11/25 15:21:10 dwelch Exp $
|
||||
/* $Id: send.c,v 1.7 2001/12/01 20:57:23 phreak Exp $
|
||||
*
|
||||
* COPYRIGHT: See COPYING in the top level directory
|
||||
* PROJECT: ReactOS kernel
|
||||
|
@ -195,7 +195,7 @@ NtRequestWaitReplyPort (IN HANDLE PortHandle,
|
|||
USHORT LpcRequestMessageSize;
|
||||
|
||||
DPRINT("NtRequestWaitReplyPort(PortHandle %x, LpcRequest %x, "
|
||||
"LpcReply %x)\n", PortHandle, LpcRequest, LpcReply);
|
||||
"LpcReply %x)\n", PortHandle, UnsafeLpcRequest, UnsafeLpcReply);
|
||||
|
||||
Status = ObReferenceObjectByHandle(PortHandle,
|
||||
PORT_ALL_ACCESS,
|
||||
|
|
Loading…
Reference in a new issue