mirror of
https://github.com/reactos/reactos.git
synced 2024-12-27 17:44:45 +00:00
Fixed a typo.
svn path=/trunk/; revision=3826
This commit is contained in:
parent
accbf7c896
commit
5c0db541d3
1 changed files with 2 additions and 2 deletions
|
@ -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
|
||||
* PROJECT: ReactOS system libraries
|
||||
|
@ -1161,7 +1161,7 @@ WriteConsoleInputA(
|
|||
}
|
||||
|
||||
if(lpNumberOfEventsWritten != NULL)
|
||||
lpNumberOfEventsWritten = Reply.Data.WriteConsoleInputReply.Length;
|
||||
*lpNumberOfEventsWritten = Reply.Data.WriteConsoleInputReply.Length;
|
||||
|
||||
RtlFreeHeap(GetProcessHeap(), 0, Request);
|
||||
CsrReleaseParameterBuffer(BufferBase);
|
||||
|
|
Loading…
Reference in a new issue