From 7f6295f51604a97a61958909b652dcf1e0e49485 Mon Sep 17 00:00:00 2001 From: Eric Andersen Date: Wed, 22 Oct 2003 10:34:15 +0000 Subject: Patch from Arthur Othieno for style-guide.txt conformance --- console-tools/reset.c | 6 ++++-- 1 file changed, 4 insertions(+), 2 deletions(-) (limited to 'console-tools/reset.c') diff --git a/console-tools/reset.c b/console-tools/reset.c index 69b1e846a..a3f01aab0 100644 --- a/console-tools/reset.c +++ b/console-tools/reset.c @@ -21,13 +21,15 @@ * */ +/* no options, no getopt */ + #include #include #include "busybox.h" extern int reset_main(int argc, char **argv) { - printf("\033[?25h\033c\033[J"); - return EXIT_SUCCESS; + printf("\033[?25h\033c\033[J"); + return EXIT_SUCCESS; } -- cgit v1.2.3