scron

simple cron daemon
git clone git://git.2f30.org/scron
Log | Files | Refs | README | LICENSE

commit fd205ef013fecd0a1de2111903cace49806456ab
parent 8753eec422e2a7232aeebf5c2249e93a644435f7
Author: sin <sin@2f30.org>
Date:   Sat,  5 Jul 2014 11:50:37 +0100

Use proper identifier to avoid confusion

Diffstat:
Mcrond.c | 2+-
1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/crond.c b/crond.c @@ -23,7 +23,7 @@ struct field { /* [low, high] */ int low; int high; - /* for every `n' units */ + /* for every `div' units */ int div; };