aboutsummaryrefslogtreecommitdiff
path: root/head.c
diff options
context:
space:
mode:
Diffstat (limited to 'head.c')
-rw-r--r--head.c4
1 files changed, 2 insertions, 2 deletions
diff --git a/head.c b/head.c
index f4ebe05c9..f42f4837d 100644
--- a/head.c
+++ b/head.c
@@ -109,7 +109,7 @@ int head_main(int argc, char **argv)
109 } 109 }
110 } 110 }
111 } 111 }
112 exit(0); 112 return(0);
113} 113}
114 114
115/* $Id: head.c,v 1.10 2000/05/12 19:41:47 erik Exp $ */ 115/* $Id: head.c,v 1.11 2000/06/19 17:25:39 andersen Exp $ */