summaryrefslogtreecommitdiff
path: root/src/rmdir.c
diff options
context:
space:
mode:
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;