aboutsummaryrefslogtreecommitdiff
path: root/console-tools/clear.c
diff options
context:
space:
mode:
authorEric Andersen <andersen@codepoet.org>2003-10-22 10:34:15 +0000
committerEric Andersen <andersen@codepoet.org>2003-10-22 10:34:15 +0000
commit7f6295f51604a97a61958909b652dcf1e0e49485 (patch)
treed54b03624a9f7076e96f6b8d1897a0a7b5db76d5 /console-tools/clear.c
parent28672dd3b9ff9d27c771f011089e38a2928aded7 (diff)
downloadbusybox-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.c2
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 @@
*
*/
+/* no options, no getopt */
+
#include <stdio.h>
#include <stdlib.h>
#include "busybox.h"