diff options
Diffstat (limited to 'coreutils/yes.c')
-rw-r--r-- | coreutils/yes.c | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/coreutils/yes.c b/coreutils/yes.c index fc6e611e6..2611c3e82 100644 --- a/coreutils/yes.c +++ b/coreutils/yes.c | |||
@@ -16,6 +16,7 @@ | |||
16 | 16 | ||
17 | #include "busybox.h" | 17 | #include "busybox.h" |
18 | 18 | ||
19 | int yes_main(int argc, char **argv); | ||
19 | int yes_main(int argc, char **argv) | 20 | int yes_main(int argc, char **argv) |
20 | { | 21 | { |
21 | static const char fmt_str[] = " %s"; | 22 | static const char fmt_str[] = " %s"; |