diff options
author | Eric Andersen <andersen@codepoet.org> | 2003-10-22 10:34:15 +0000 |
---|---|---|
committer | Eric Andersen <andersen@codepoet.org> | 2003-10-22 10:34:15 +0000 |
commit | 7f6295f51604a97a61958909b652dcf1e0e49485 (patch) | |
tree | d54b03624a9f7076e96f6b8d1897a0a7b5db76d5 /console-tools/clear.c | |
parent | 28672dd3b9ff9d27c771f011089e38a2928aded7 (diff) | |
download | busybox-w32-7f6295f51604a97a61958909b652dcf1e0e49485.tar.gz busybox-w32-7f6295f51604a97a61958909b652dcf1e0e49485.tar.bz2 busybox-w32-7f6295f51604a97a61958909b652dcf1e0e49485.zip |
Patch from Arthur Othieno for style-guide.txt conformance
Diffstat (limited to 'console-tools/clear.c')
-rw-r--r-- | console-tools/clear.c | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/console-tools/clear.c b/console-tools/clear.c index 5dbe214ea..45976e1b5 100644 --- a/console-tools/clear.c +++ b/console-tools/clear.c | |||
@@ -20,6 +20,8 @@ | |||
20 | * | 20 | * |
21 | */ | 21 | */ |
22 | 22 | ||
23 | /* no options, no getopt */ | ||
24 | |||
23 | #include <stdio.h> | 25 | #include <stdio.h> |
24 | #include <stdlib.h> | 26 | #include <stdlib.h> |
25 | #include "busybox.h" | 27 | #include "busybox.h" |