whitespace

This commit is contained in:
Christopher Faylor
2002-09-30 15:17:44 +00:00
parent 66dca8bb0d
commit 6cae97d5dc
9 changed files with 39 additions and 39 deletions

View File

@@ -218,11 +218,11 @@ tty_list::allocate_tty (int with_console)
__small_sprintf (buf, "cygwin.find.console.%d", myself->pid);
SetConsoleTitle (buf);
for (int times = 0; times < 25; times++)
{
Sleep (10);
if ((console = FindWindow (NULL, buf)))
{
Sleep (10);
if ((console = FindWindow (NULL, buf)))
break;
}
}
SetConsoleTitle (oldtitle);
Sleep (40);
ReleaseMutex (title_mutex);