aboutsummaryrefslogtreecommitdiff
path: root/applets/busybox.c
diff options
context:
space:
mode:
Diffstat (limited to 'applets/busybox.c')
-rw-r--r--applets/busybox.c1
1 files changed, 1 insertions, 0 deletions
diff --git a/applets/busybox.c b/applets/busybox.c
index c8c060be7..8f27dfb8e 100644
--- a/applets/busybox.c
+++ b/applets/busybox.c
@@ -203,6 +203,7 @@ int busybox_main(int argc, char **argv)
203 } 203 }
204 while(index<=index2) 204 while(index<=index2)
205 *index++='\0'; 205 *index++='\0';
206 argv[ps_index]=NULL;
206 207
207 return (main(argc, argv)); 208 return (main(argc, argv));
208} 209}