diff options
Diffstat (limited to 'console-tools/clear.c')
-rw-r--r-- | console-tools/clear.c | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/console-tools/clear.c b/console-tools/clear.c index 9686d5004..8e34d6d9a 100644 --- a/console-tools/clear.c +++ b/console-tools/clear.c | |||
@@ -15,6 +15,7 @@ | |||
15 | #include "busybox.h" | 15 | #include "busybox.h" |
16 | 16 | ||
17 | 17 | ||
18 | int clear_main(int argc, char **argv); | ||
18 | int clear_main(int argc, char **argv) | 19 | int clear_main(int argc, char **argv) |
19 | { | 20 | { |
20 | return printf("\033[H\033[J") != 6; | 21 | return printf("\033[H\033[J") != 6; |