mirror of
https://github.com/reactos/reactos.git
synced 2025-07-26 00:34:01 +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
|
* 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);
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue