diff options
author | Eric Andersen <andersen@codepoet.org> | 1999-10-12 15:42:48 +0000 |
---|---|---|
committer | Eric Andersen <andersen@codepoet.org> | 1999-10-12 15:42:48 +0000 |
commit | 2ce1edcf544ac675e6762c9861a6b918401ea716 (patch) | |
tree | 34245558cd448f01969679fc420de4dfd246dc13 /console-tools | |
parent | f811e07b072600a3784a92e5a1dc8a93dac477eb (diff) | |
download | busybox-w32-2ce1edcf544ac675e6762c9861a6b918401ea716.tar.gz busybox-w32-2ce1edcf544ac675e6762c9861a6b918401ea716.tar.bz2 busybox-w32-2ce1edcf544ac675e6762c9861a6b918401ea716.zip |
Latest and greatest.
-Erik
Diffstat (limited to 'console-tools')
-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 c0c94d06e..bc813064e 100644 --- a/console-tools/clear.c +++ b/console-tools/clear.c | |||
@@ -27,5 +27,5 @@ extern int | |||
27 | clear_main(int argc, char** argv) | 27 | clear_main(int argc, char** argv) |
28 | { | 28 | { |
29 | printf("\033[H\033[J"); | 29 | printf("\033[H\033[J"); |
30 | return 0; | 30 | exit( TRUE); |
31 | } | 31 | } |