summaryrefslogtreecommitdiff
path: root/src/rmdir.c
diff options
context:
space:
mode:
authorJim Meyering <jim@meyering.net>1996-03-21 22:45:19 +0000
committerJim Meyering <jim@meyering.net>1996-03-21 22:45:19 +0000
commitbb6a5487126d5422a3fdbbc894708800a1b8121f (patch)
treedf6cd7c2adc64b6ace1c798194971374f6b22484 /src/rmdir.c
parent403816eb85cf23f9248265968767bd815dda7fa6 (diff)
downloadcoreutils-bb6a5487126d5422a3fdbbc894708800a1b8121f.tar.xz
(main): Declare to be of type int, not void.
Diffstat (limited to 'src/rmdir.c')
-rw-r--r--src/rmdir.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/rmdir.c b/src/rmdir.c
index a23c166c8..ff22d9219 100644
--- a/src/rmdir.c
+++ b/src/rmdir.c
@@ -94,7 +94,7 @@ Remove the DIRECTORY(ies), if they are empty.\n\
exit (status);
}
-void
+int
main (int argc, char **argv)
{
int errors = 0;