Cygwin: pty: Fix minor style issue.

This commit is contained in:
Takashi Yano via Cygwin-patches 2020-11-23 20:03:04 +09:00 committed by Corinna Vinschen
parent 2eee095928
commit 796044ddcf
1 changed files with 1 additions and 1 deletions

View File

@ -2043,7 +2043,7 @@ fhandler_pty_master::pty_master_fwd_thread ()
/* Remove CSI > Pm m */
int state = 0;
int start_at = 0;
for (DWORD i=0; i<rlen; i++)
for (DWORD i = 0; i < rlen; i++)
if (outbuf[i] == '\033')
{
start_at = i;