summaryrefslogtreecommitdiffstats
path: root/winsup/cygwin/fhandler_tty.cc
diff options
context:
space:
mode:
Diffstat (limited to 'winsup/cygwin/fhandler_tty.cc')
-rw-r--r--winsup/cygwin/fhandler_tty.cc2
1 files changed, 1 insertions, 1 deletions
diff --git a/winsup/cygwin/fhandler_tty.cc b/winsup/cygwin/fhandler_tty.cc
index 9804a9a1b..d0499f236 100644
--- a/winsup/cygwin/fhandler_tty.cc
+++ b/winsup/cygwin/fhandler_tty.cc
@@ -1125,7 +1125,7 @@ fhandler_tty_common::close ()
/* Send EOF to slaves if master side is closed */
if (!get_ttyp ()->master_alive ())
{
- termios_printf ("no more masters left. sending EOF" );
+ termios_printf ("no more masters left. sending EOF");
SetEvent (input_available_event);
}