aboutsummaryrefslogtreecommitdiff
path: root/runit/runit_lib.c
diff options
context:
space:
mode:
authorvda <vda@69ca8d6d-28ef-0310-b511-8ec308f3f277>2007-03-11 13:43:10 +0000
committervda <vda@69ca8d6d-28ef-0310-b511-8ec308f3f277>2007-03-11 13:43:10 +0000
commit8901c8a57fe14f9367ec857a15df52d726eafe3a (patch)
tree5a3f14e441d313d974c851148046926980840510 /runit/runit_lib.c
parentb0d29d120d2e9dbdc67cbaaf47a6b542d6095679 (diff)
downloadbusybox-w32-8901c8a57fe14f9367ec857a15df52d726eafe3a.tar.gz
busybox-w32-8901c8a57fe14f9367ec857a15df52d726eafe3a.tar.bz2
busybox-w32-8901c8a57fe14f9367ec857a15df52d726eafe3a.zip
kill superfluous returns at the end of void functions
git-svn-id: svn://busybox.net/trunk/busybox@18066 69ca8d6d-28ef-0310-b511-8ec308f3f277
Diffstat (limited to '')
-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) {
120 /* 4+1 + 2+1 + 2+1 + 2+1 + 2+1 + 2+1 + 9 = */ 120 /* 4+1 + 2+1 + 2+1 + 2+1 + 2+1 + 2+1 + 9 = */
121 /* 5 + 3 + 3 + 3 + 3 + 3 + 9 = */ 121 /* 5 + 3 + 3 + 3 + 3 + 3 + 9 = */
122 /* 20 (up to '.' inclusive) + 9 (not including '\0') */ 122 /* 20 (up to '.' inclusive) + 9 (not including '\0') */
123 return;
124} 123}
125 124
126unsigned fmt_taia25(char *s, struct taia *t) { 125unsigned fmt_taia25(char *s, struct taia *t) {