This commit is contained in:
Julien Danjou 2007-09-12 17:51:53 +02:00
parent 95a5bb3cdd
commit 1d9353eea7
1 changed files with 1 additions and 1 deletions

2
util.c
View File

@ -53,7 +53,7 @@ spawn(Display * disp,
if(!arg) if(!arg)
return; return;
/* The double-fork construct avoids zombie processes and keeps the code /* The double-fork construct avoids zombie processes and keeps the code
* * clean from stupid signal handlers. */ * clean from stupid signal handlers. */
if(fork() == 0) if(fork() == 0)
{ {
if(fork() == 0) if(fork() == 0)