summaryrefslogtreecommitdiffstats
path: root/usr.bin/false
diff options
context:
space:
mode:
Diffstat (limited to 'usr.bin/false')
-rw-r--r--usr.bin/false/false.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/usr.bin/false/false.c b/usr.bin/false/false.c
index 11d69ae..da950f9 100644
--- a/usr.bin/false/false.c
+++ b/usr.bin/false/false.c
@@ -44,7 +44,7 @@ static const char sccsid[] = "@(#)false.c 8.1 (Berkeley) 6/6/93";
#endif /* not lint */
int
-main()
+main(void)
{
return 1;
}
OpenPOWER on IntegriCloud