diff options
author | Eric Andersen | 2003-10-22 10:34:15 +0000 |
---|---|---|
committer | Eric Andersen | 2003-10-22 10:34:15 +0000 |
commit | 7f6295f51604a97a61958909b652dcf1e0e49485 (patch) | |
tree | d54b03624a9f7076e96f6b8d1897a0a7b5db76d5 /console-tools/clear.c | |
parent | 28672dd3b9ff9d27c771f011089e38a2928aded7 (diff) | |
download | busybox-7f6295f51604a97a61958909b652dcf1e0e49485.zip busybox-7f6295f51604a97a61958909b652dcf1e0e49485.tar.gz |
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 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" |