Fixed typeo that prevented compilation

svn path=/trunk/; revision=2412
This commit is contained in:
Phillip Susi 2001-12-01 20:57:23 +00:00
parent 87d07db47c
commit b7f6ddaf9a

View file

@ -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,