[BusyBox-cvs] busybox/console-tools reset.c,1.10,1.11
Erik Andersen
andersen at busybox.net
Wed Oct 22 10:34:19 UTC 2003
Update of /var/cvs/busybox/console-tools
In directory winder:/tmp/cvs-serv11946/console-tools
Modified Files:
reset.c
Log Message:
Patch from Arthur Othieno for style-guide.txt conformance
Index: reset.c
===================================================================
RCS file: /var/cvs/busybox/console-tools/reset.c,v
retrieving revision 1.10
retrieving revision 1.11
diff -u -d -r1.10 -r1.11
--- reset.c 14 Jul 2003 21:20:42 -0000 1.10
+++ reset.c 22 Oct 2003 10:34:15 -0000 1.11
@@ -21,13 +21,15 @@
*
*/
+/* no options, no getopt */
+
#include <stdio.h>
#include <stdlib.h>
#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;
}
More information about the busybox-cvs
mailing list