Fix the style of my previous commit.

Submitted by:	The Style Police[tm]
This commit is contained in:
Joerg Wunsch 1999-03-03 14:02:50 +00:00
parent 569b765ba9
commit 0f9ae8e234

View File

@ -314,7 +314,7 @@ wwinit()
wwerrno = WWE_SYS;
goto bad;
}
fcntl(0,F_SETOWN,getpid());
fcntl(0, F_SETOWN, getpid());
/* catch typeahead before ASYNC was set */
(void) kill(getpid(), SIGIO);
wwstart1();