commit | 7f6295f51604a97a61958909b652dcf1e0e49485 | [log] [tgz] |
---|---|---|
author | Eric Andersen <andersen@codepoet.org> | Wed Oct 22 10:34:15 2003 +0000 |
committer | Eric Andersen <andersen@codepoet.org> | Wed Oct 22 10:34:15 2003 +0000 |
tree | d54b03624a9f7076e96f6b8d1897a0a7b5db76d5 | |
parent | 28672dd3b9ff9d27c771f011089e38a2928aded7 [diff] [blame] |
Patch from Arthur Othieno for style-guide.txt conformance
diff --git a/console-tools/clear.c b/console-tools/clear.c index 5dbe214..45976e1 100644 --- a/console-tools/clear.c +++ b/console-tools/clear.c
@@ -20,6 +20,8 @@ * */ +/* no options, no getopt */ + #include <stdio.h> #include <stdlib.h> #include "busybox.h"