aboutsummaryrefslogtreecommitdiff
path: root/runit
diff options
context:
space:
mode:
authorDenis Vlasenko <vda.linux@googlemail.com>2007-03-11 13:43:10 +0000
committerDenis Vlasenko <vda.linux@googlemail.com>2007-03-11 13:43:10 +0000
commitbaca1759129945fcd03d96ccc840892401b5a1af (patch)
tree5a3f14e441d313d974c851148046926980840510 /runit
parentecea8f201e77aff3e9a4fe5b3a435f463a842687 (diff)
downloadbusybox-baca1759129945fcd03d96ccc840892401b5a1af.tar.gz
kill superfluous returns at the end of void functions
Diffstat (limited to 'runit')
-rw-r--r--runit/runit_lib.c1
1 files changed, 0 insertions, 1 deletions
diff --git a/runit/runit_lib.c b/runit/runit_lib.c
index 6401ba0c8..0830314df 100644
--- a/runit/runit_lib.c
+++ b/runit/runit_lib.c
@@ -120,7 +120,6 @@ void fmt_ptime30nul(char *s, struct taia *ta) {
/* 4+1 + 2+1 + 2+1 + 2+1 + 2+1 + 2+1 + 9 = */
/* 5 + 3 + 3 + 3 + 3 + 3 + 9 = */
/* 20 (up to '.' inclusive) + 9 (not including '\0') */
- return;
}
unsigned fmt_taia25(char *s, struct taia *t) {