cosmetic
This commit is contained in:
parent
95a5bb3cdd
commit
1d9353eea7
2
util.c
2
util.c
|
@ -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)
|
||||||
|
|
Loading…
Reference in New Issue