A few updates (including the cp fix the Craig has been looking for)
[platform/upstream/busybox.git] / chvt.c
diff --git a/chvt.c b/chvt.c
index a32bd3e..635022a 100644 (file)
--- a/chvt.c
+++ b/chvt.c
@@ -34,3 +34,12 @@ int chvt_main(int argc, char **argv)
        }
        exit(TRUE);
 }
+
+
+/*
+Local Variables:
+c-file-style: "linux"
+c-basic-offset: 4
+tab-width: 4
+End:
+*/