aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorbug1 <bug1@69ca8d6d-28ef-0310-b511-8ec308f3f277>2003-12-23 07:21:33 +0000
committerbug1 <bug1@69ca8d6d-28ef-0310-b511-8ec308f3f277>2003-12-23 07:21:33 +0000
commitfc0d2a2206434cd8e2b8fa61e273854cb71db342 (patch)
tree4627f5040ee6355298cdeea3abb8122ede1a70e6
parent8c44a25cef8b3737c030f44f09bee00734af082d (diff)
downloadbusybox-w32-fc0d2a2206434cd8e2b8fa61e273854cb71db342.tar.gz
busybox-w32-fc0d2a2206434cd8e2b8fa61e273854cb71db342.tar.bz2
busybox-w32-fc0d2a2206434cd8e2b8fa61e273854cb71db342.zip
Fix compile error, the indenting really needs to be fixed here
git-svn-id: svn://busybox.net/trunk/busybox@8160 69ca8d6d-28ef-0310-b511-8ec308f3f277
-rw-r--r--miscutils/crond.c2
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)
277 } 277 }
278 /* not reached */ 278 /* not reached */
279} 279}
280 280}
281 281
282#if defined(FEATURE_DEBUG_OPT) || defined(CONFIG_FEATURE_CROND_CALL_SENDMAIL) 282#if defined(FEATURE_DEBUG_OPT) || defined(CONFIG_FEATURE_CROND_CALL_SENDMAIL)
283/* 283/*