aboutsummaryrefslogtreecommitdiff
path: root/coreutils/yes.c
diff options
context:
space:
mode:
Diffstat (limited to 'coreutils/yes.c')
-rw-r--r--coreutils/yes.c1
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
19int yes_main(int argc, char **argv);
19int yes_main(int argc, char **argv) 20int yes_main(int argc, char **argv)
20{ 21{
21 static const char fmt_str[] = " %s"; 22 static const char fmt_str[] = " %s";