Fixed a typo.

svn path=/trunk/; revision=3826
This commit is contained in:
Eric Kohl 2002-12-06 17:31:33 +00:00
parent accbf7c896
commit 5c0db541d3

View file

@ -1,4 +1,4 @@
/* $Id: console.c,v 1.48 2002/11/12 00:48:25 mdill Exp $ /* $Id: console.c,v 1.49 2002/12/06 17:31:33 ekohl Exp $
* *
* COPYRIGHT: See COPYING in the top level directory * COPYRIGHT: See COPYING in the top level directory
* PROJECT: ReactOS system libraries * PROJECT: ReactOS system libraries
@ -1161,7 +1161,7 @@ WriteConsoleInputA(
} }
if(lpNumberOfEventsWritten != NULL) if(lpNumberOfEventsWritten != NULL)
lpNumberOfEventsWritten = Reply.Data.WriteConsoleInputReply.Length; *lpNumberOfEventsWritten = Reply.Data.WriteConsoleInputReply.Length;
RtlFreeHeap(GetProcessHeap(), 0, Request); RtlFreeHeap(GetProcessHeap(), 0, Request);
CsrReleaseParameterBuffer(BufferBase); CsrReleaseParameterBuffer(BufferBase);