summaryrefslogtreecommitdiff
path: root/src/install.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/install.c
parent403816eb85cf23f9248265968767bd815dda7fa6 (diff)
downloadcoreutils-bb6a5487126d5422a3fdbbc894708800a1b8121f.tar.xz
(main): Declare to be of type int, not void.
Diffstat (limited to 'src/install.c')
-rw-r--r--src/install.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/install.c b/src/install.c
index 39584840b..2b2da481b 100644
--- a/src/install.c
+++ b/src/install.c
@@ -155,7 +155,7 @@ static struct option const long_options[] =
{NULL, 0, NULL, 0}
};
-void
+int
main (int argc, char **argv)
{
int optc;