summaryrefslogtreecommitdiff
path: root/src/unexpand.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/unexpand.c
parent92d78458e06f471854fd448dce0fb0e1bfc14173 (diff)
downloadcoreutils-adb7c216b2f18c8b24881ff66cb916e37bc9ea41.tar.xz
(main): Declare to be of type int, not void.
Diffstat (limited to 'src/unexpand.c')
-rw-r--r--src/unexpand.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/unexpand.c b/src/unexpand.c
index dddd57761..fe50d324e 100644
--- a/src/unexpand.c
+++ b/src/unexpand.c
@@ -376,7 +376,7 @@ Instead of -t NUMBER or -t LIST, -NUMBER or -LIST may be used.\n\
exit (status);
}
-void
+int
main (int argc, char **argv)
{
int tabval = -1; /* Value of tabstop being read, or -1. */