aboutsummaryrefslogtreecommitdiff
path: root/miscutils/crond.c
diff options
context:
space:
mode:
Diffstat (limited to 'miscutils/crond.c')
-rw-r--r--miscutils/crond.c1
1 files changed, 0 insertions, 1 deletions
diff --git a/miscutils/crond.c b/miscutils/crond.c
index 66110bb85..d028eb089 100644
--- a/miscutils/crond.c
+++ b/miscutils/crond.c
@@ -243,7 +243,6 @@ static void ParseField(char *user, char *ary, int modvalue, int off,
243 goto err; 243 goto err;
244 } 244 }
245 } while (n1 != n2); 245 } while (n1 != n2);
246
247 } 246 }
248 if (*ptr != ',') { 247 if (*ptr != ',') {
249 break; 248 break;