* include/tzfile.h: Add some missing entries.

This commit is contained in:
Christopher Faylor
2003-09-25 03:51:51 +00:00
parent dbf193cea8
commit cd2bce7142
8 changed files with 47 additions and 10 deletions

View File

@ -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);
}