summaryrefslogtreecommitdiff
path: root/src/printenv.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/printenv.c
parentbb6a5487126d5422a3fdbbc894708800a1b8121f (diff)
downloadcoreutils-1954f681c6ca11ff91ab59ec074a03859ab0dc46.tar.xz
(main): Declare to be of type int, not void.
Diffstat (limited to 'src/printenv.c')
-rw-r--r--src/printenv.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/printenv.c b/src/printenv.c
index fbdca726d..95da214c4 100644
--- a/src/printenv.c
+++ b/src/printenv.c
@@ -71,7 +71,7 @@ If no environment VARIABLE specified, print them all.\n\
exit (status);
}
-void
+int
main (int argc, char **argv)
{
char **env;