slstatus

My fork of https://tools.suckless.org/slstatus/
git clone https://git.inz.fi/slstatus
Log | Files | Refs | README | LICENSE

commit 8b5b72b65efeaab5985e704f00e5865e3cfe4528
parent 13772c3979cbed6883fddb5811da9b56fb16e179
Author: raiz <raiz@firemail.cc>
Date:   Tue, 27 Dec 2016 19:57:16 +0300

remove misleading comment

Diffstat:
Mslstatus.c | 4----
1 file changed, 0 insertions(+), 4 deletions(-)

diff --git a/slstatus.c b/slstatus.c @@ -830,10 +830,6 @@ main(int argc, char *argv[]) printf("%s\n", status_string); } - /* - * subtract delay time spend in function - * calls from the actual global delay time - */ if ((UPDATE_INTERVAL - delay) <= 0) { delay = 0; continue;