Author: hbelusca
Date: Tue Oct 29 21:46:47 2013
New Revision: 60791
URL:
http://svn.reactos.org/svn/reactos?rev=60791&view=rev
Log:
Fix a comment.
Modified:
branches/ntvdm/subsystems/ntvdm/dos.c
Modified: branches/ntvdm/subsystems/ntvdm/dos.c
URL:
http://svn.reactos.org/svn/reactos/branches/ntvdm/subsystems/ntvdm/dos.c?re…
==============================================================================
--- branches/ntvdm/subsystems/ntvdm/dos.c [iso-8859-1] (original)
+++ branches/ntvdm/subsystems/ntvdm/dos.c [iso-8859-1] Tue Oct 29 21:46:47 2013
@@ -803,7 +803,7 @@
* FlushConsoleInputBuffer() for us.
*/
// if (IsConsoleHandle(Handle))
- // return (BOOLEAN)FlushConsoleInputBuffer(hFile);
+ // return (BOOLEAN)FlushConsoleInputBuffer(Handle);
// else
return (BOOLEAN)FlushFileBuffers(Handle);
}