summaryrefslogtreecommitdiff
path: root/src/tac.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/tac.c
parent92d78458e06f471854fd448dce0fb0e1bfc14173 (diff)
downloadcoreutils-adb7c216b2f18c8b24881ff66cb916e37bc9ea41.tar.xz
(main): Declare to be of type int, not void.
Diffstat (limited to 'src/tac.c')
-rw-r--r--src/tac.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/tac.c b/src/tac.c
index 88c688a74..726d5ef7e 100644
--- a/src/tac.c
+++ b/src/tac.c
@@ -579,7 +579,7 @@ tac_stdin (void)
return errors;
}
-void
+int
main (int argc, char **argv)
{
const char *error_message; /* Return value from re_compile_pattern. */