summaryrefslogtreecommitdiff
path: root/src/chmod.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/chmod.c
parent403816eb85cf23f9248265968767bd815dda7fa6 (diff)
downloadcoreutils-bb6a5487126d5422a3fdbbc894708800a1b8121f.tar.xz
(main): Declare to be of type int, not void.
Diffstat (limited to 'src/chmod.c')
-rw-r--r--src/chmod.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/chmod.c b/src/chmod.c
index 2c8da0a2d..87656d658 100644
--- a/src/chmod.c
+++ b/src/chmod.c
@@ -229,7 +229,7 @@ one or more of the letters rwxXstugo.\n"));
/* Parse the ASCII mode given on the command line into a linked list
of `struct mode_change' and apply that to each file argument. */
-void
+int
main (int argc, char **argv)
{
struct mode_change *changes;