mirror of
https://github.com/awesomeWM/awesome
synced 2024-11-18 22:06:01 +01:00
cosmetic
This commit is contained in:
parent
95a5bb3cdd
commit
1d9353eea7
1 changed files with 1 additions and 1 deletions
2
util.c
2
util.c
|
@ -53,7 +53,7 @@ spawn(Display * disp,
|
|||
if(!arg)
|
||||
return;
|
||||
/* 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)
|
||||
|
|
Loading…
Reference in a new issue