diff options
Diffstat (limited to 'console-tools/clear.c')
-rw-r--r-- | console-tools/clear.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/console-tools/clear.c b/console-tools/clear.c index 020cdfb47..054803703 100644 --- a/console-tools/clear.c +++ b/console-tools/clear.c | |||
@@ -27,7 +27,7 @@ | |||
27 | #include "busybox.h" | 27 | #include "busybox.h" |
28 | 28 | ||
29 | 29 | ||
30 | extern int clear_main(int argc, char **argv) | 30 | int clear_main(int argc, char **argv) |
31 | { | 31 | { |
32 | return printf("\033[H\033[J") != 6; | 32 | return printf("\033[H\033[J") != 6; |
33 | } | 33 | } |