From 1d9353eea7ee82df6ec5ed413e045996805eeb10 Mon Sep 17 00:00:00 2001 From: Julien Danjou Date: Wed, 12 Sep 2007 17:51:53 +0200 Subject: [PATCH] cosmetic --- util.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/util.c b/util.c index c385046f..747a0e39 100644 --- a/util.c +++ b/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)