aboutsummaryrefslogtreecommitdiff
path: root/head.c
diff options
context:
space:
mode:
Diffstat (limited to 'head.c')
-rw-r--r--head.c3
1 files changed, 1 insertions, 2 deletions
diff --git a/head.c b/head.c
index a9d024e62..7f08a8041 100644
--- a/head.c
+++ b/head.c
@@ -66,7 +66,6 @@ head_main(int argc, char **argv)
66 opt = argv[i][1]; 66 opt = argv[i][1];
67 switch (opt) { 67 switch (opt) {
68 case '-': 68 case '-':
69 break;
70 case 'h': 69 case 'h':
71 usage(head_usage); 70 usage(head_usage);
72 default: 71 default:
@@ -104,4 +103,4 @@ head_main(int argc, char **argv)
104 exit(0); 103 exit(0);
105} 104}
106 105
107/* $Id: head.c,v 1.3 1999/12/15 19:29:09 beppu Exp $ */ 106/* $Id: head.c,v 1.4 1999/12/17 18:52:06 erik Exp $ */