diff options
author | Glenn L McGrath <bug1@ihug.co.nz> | 2003-12-23 07:21:33 +0000 |
---|---|---|
committer | Glenn L McGrath <bug1@ihug.co.nz> | 2003-12-23 07:21:33 +0000 |
commit | b89fcd44308b7551ca239c31fe26df725377f75f (patch) | |
tree | 4627f5040ee6355298cdeea3abb8122ede1a70e6 | |
parent | 334dc65c929ee900bf99b1c2b53d1893df3bc95e (diff) | |
download | busybox-b89fcd44308b7551ca239c31fe26df725377f75f.tar.gz |
Fix compile error, the indenting really needs to be fixed here
-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 81fd72b85..a32751d47 100644 --- a/miscutils/crond.c +++ b/miscutils/crond.c @@ -277,7 +277,7 @@ crond_main(int ac, char **av) } /* not reached */ } - +} #if defined(FEATURE_DEBUG_OPT) || defined(CONFIG_FEATURE_CROND_CALL_SENDMAIL) /* |