summaryrefslogtreecommitdiff
path: root/src/id.c
diff options
context:
space:
mode:
authorJim Meyering <jim@meyering.net>1996-03-21 22:47:02 +0000
committerJim Meyering <jim@meyering.net>1996-03-21 22:47:02 +0000
commit1954f681c6ca11ff91ab59ec074a03859ab0dc46 (patch)
treeeab5f845f4db26e0cdd8c2f5e3eff0e9411a7440 /src/id.c
parentbb6a5487126d5422a3fdbbc894708800a1b8121f (diff)
downloadcoreutils-1954f681c6ca11ff91ab59ec074a03859ab0dc46.tar.xz
(main): Declare to be of type int, not void.
Diffstat (limited to 'src/id.c')
-rw-r--r--src/id.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/id.c b/src/id.c
index d85a620c1..7577cbb36 100644
--- a/src/id.c
+++ b/src/id.c
@@ -94,7 +94,7 @@ static struct option const longopts[] =
{NULL, 0, NULL, 0}
};
-void
+int
main (int argc, char **argv)
{
int optc;