summaryrefslogtreecommitdiff
path: root/src/head.c
diff options
context:
space:
mode:
authorJim Meyering <jim@meyering.net>1996-03-21 22:41:04 +0000
committerJim Meyering <jim@meyering.net>1996-03-21 22:41:04 +0000
commitadb7c216b2f18c8b24881ff66cb916e37bc9ea41 (patch)
treebe44dc8f3c2d5dd9f8616864b990d784f17c021d /src/head.c
parent92d78458e06f471854fd448dce0fb0e1bfc14173 (diff)
downloadcoreutils-adb7c216b2f18c8b24881ff66cb916e37bc9ea41.tar.xz
(main): Declare to be of type int, not void.
Diffstat (limited to 'src/head.c')
-rw-r--r--src/head.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/head.c b/src/head.c
index 244d9a813..bac32c6d1 100644
--- a/src/head.c
+++ b/src/head.c
@@ -248,7 +248,7 @@ head_file (const char *filename, long int number)
}
}
-void
+int
main (int argc, char **argv)
{
enum header_mode header_mode = multiple_files;