diff options
-rw-r--r-- | applets/busybox.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/applets/busybox.c b/applets/busybox.c index 9d41b52f7..997c15514 100644 --- a/applets/busybox.c +++ b/applets/busybox.c | |||
@@ -98,7 +98,7 @@ int main(int argc, char **argv) | |||
98 | 98 | ||
99 | int busybox_main(int argc, char **argv) | 99 | int busybox_main(int argc, char **argv) |
100 | { | 100 | { |
101 | int col = 0; | 101 | int col = 0, len, i; |
102 | 102 | ||
103 | #ifdef CONFIG_FEATURE_INSTALLER | 103 | #ifdef CONFIG_FEATURE_INSTALLER |
104 | /* | 104 | /* |