Welcome to mirror list, hosted at ThFree Co, Russian Federation.

git.busybox.net/busybox.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorDenis Vlasenko <vda.linux@googlemail.com>2007-03-11 16:43:10 +0300
committerDenis Vlasenko <vda.linux@googlemail.com>2007-03-11 16:43:10 +0300
commitbaca1759129945fcd03d96ccc840892401b5a1af (patch)
tree5a3f14e441d313d974c851148046926980840510 /applets
parentecea8f201e77aff3e9a4fe5b3a435f463a842687 (diff)
kill superfluous returns at the end of void functions
Diffstat (limited to 'applets')
-rw-r--r--applets/applets.c1
1 files changed, 0 insertions, 1 deletions
diff --git a/applets/applets.c b/applets/applets.c
index 557e9e5d8..7245ecedc 100644
--- a/applets/applets.c
+++ b/applets/applets.c
@@ -321,7 +321,6 @@ static void parse_config_file(void)
free(sct_head);
sct_head = sct;
}
- return;
}
#else