Welcome to mirror list, hosted at ThFree Co, Russian Federation.

cygwin.com/git/newlib-cygwin.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorChristopher Faylor <me@cgf.cx>2003-02-13 05:52:41 +0300
committerChristopher Faylor <me@cgf.cx>2003-02-13 05:52:41 +0300
commit7a44ba059bef3cea74e2c2005e9c781592840e8e (patch)
tree9b12a6f39a9f937a95c7aad833adeda78330000f /winsup/cygwin/fhandler_termios.cc
parent4cf24d14427f7f2ebd25a02ff869ec89dade5eae (diff)
* spawn.cc (linebuf::~linebuf): Resurrect commented out (for debugging?) code.
Diffstat (limited to 'winsup/cygwin/fhandler_termios.cc')
-rw-r--r--winsup/cygwin/fhandler_termios.cc2
1 files changed, 1 insertions, 1 deletions
diff --git a/winsup/cygwin/fhandler_termios.cc b/winsup/cygwin/fhandler_termios.cc
index 0dda0105d..411646415 100644
--- a/winsup/cygwin/fhandler_termios.cc
+++ b/winsup/cygwin/fhandler_termios.cc
@@ -308,7 +308,7 @@ fhandler_termios::line_edit (const char *rptr, int nread, termios& ti)
else if (CCEQ (ti.c_cc[VEOF], c))
{
termios_printf ("EOF");
- (void) accept_input();
+ (void) accept_input ();
ret = line_edit_input_done;
continue;
}