diff options
Diffstat (limited to 'miscutils/crond.c')
-rw-r--r-- | miscutils/crond.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/miscutils/crond.c b/miscutils/crond.c index 2e8ca8b68..fb3adc180 100644 --- a/miscutils/crond.c +++ b/miscutils/crond.c | |||
@@ -492,7 +492,7 @@ static void load_crontab(const char *fileName) | |||
492 | const char *name; | 492 | const char *name; |
493 | const char tokens[8]; | 493 | const char tokens[8]; |
494 | } SpecialEntry; | 494 | } SpecialEntry; |
495 | static const SpecialEntry SpecAry[] = { | 495 | static const SpecialEntry SpecAry[] ALIGN8 = { |
496 | /* hour day month weekday */ | 496 | /* hour day month weekday */ |
497 | { "yearly", "0\0" "1\0" "1\0" "*" }, | 497 | { "yearly", "0\0" "1\0" "1\0" "*" }, |
498 | { "annually", "0\0" "1\0" "1\0" "*" }, | 498 | { "annually", "0\0" "1\0" "1\0" "*" }, |