Introduction
Introduction Statistics Contact Development Disclaimer Help
Add space in list - quark - quark web server
git clone git://git.suckless.org/quark
Log
Files
Refs
LICENSE
---
commit 03ee1df4c30bb6d6359381ebb7977ac08cd6b5dc
parent 2318a89ecd7aad5a296b657caec22beff92a4284
Author: Laslo Hunhold <[email protected]>
Date: Wed, 5 Aug 2020 23:27:05 +0200
Add space in list
Thanks Hiltjo!
Signed-off-by: Laslo Hunhold <[email protected]>
Diffstat:
M main.c | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
---
diff --git a/main.c b/main.c
@@ -304,7 +304,7 @@ main(int argc, char *argv[])
}
/* open a new process group */
- setpgid(0,0);
+ setpgid(0, 0);
handlesignals(sigcleanup);
You are viewing proxied material from suckless.org. The copyright of proxied material belongs to its original authors. Any comments or complaints in relation to proxied material should be directed to the original authors of the content concerned. Please see the disclaimer for more details.