From bb6a5487126d5422a3fdbbc894708800a1b8121f Mon Sep 17 00:00:00 2001 From: Jim Meyering Date: Thu, 21 Mar 1996 22:45:19 +0000 Subject: (main): Declare to be of type int, not void. --- src/install.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'src/install.c') 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; -- cgit v1.2.3-54-g00ecf