diff options
Diffstat (limited to 'coreutils/length.c')
-rw-r--r-- | coreutils/length.c | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/coreutils/length.c b/coreutils/length.c index 6413be007..1dc122cc1 100644 --- a/coreutils/length.c +++ b/coreutils/length.c | |||
@@ -7,6 +7,7 @@ | |||
7 | #include <stdio.h> | 7 | #include <stdio.h> |
8 | #include "busybox.h" | 8 | #include "busybox.h" |
9 | 9 | ||
10 | int length_main(int argc, char **argv); | ||
10 | int length_main(int argc, char **argv) | 11 | int length_main(int argc, char **argv) |
11 | { | 12 | { |
12 | if ((argc != 2) || (**(++argv) == '-')) { | 13 | if ((argc != 2) || (**(++argv) == '-')) { |