summaryrefslogtreecommitdiffstats
path: root/games
diff options
context:
space:
mode:
authorpeter <peter@FreeBSD.org>1999-08-30 07:46:45 +0000
committerpeter <peter@FreeBSD.org>1999-08-30 07:46:45 +0000
commit0f77396c37b1ea407890ab8991a2a1b45128a9dd (patch)
treef4ea988ce584d7ab51b529f4966e3f5c210e0a82 /games
parent237b8289208d365bc71ca268afc400a6df2b49c9 (diff)
downloadFreeBSD-src-0f77396c37b1ea407890ab8991a2a1b45128a9dd.zip
FreeBSD-src-0f77396c37b1ea407890ab8991a2a1b45128a9dd.tar.gz
int main, not void
Diffstat (limited to 'games')
-rw-r--r--games/arithmetic/arithmetic.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/games/arithmetic/arithmetic.c b/games/arithmetic/arithmetic.c
index 8c329de..06bc49e 100644
--- a/games/arithmetic/arithmetic.c
+++ b/games/arithmetic/arithmetic.c
@@ -95,7 +95,7 @@ time_t qtime;
* bound is 10. After every NQUESTS questions, statistics on the performance
* so far are printed.
*/
-void
+int
main(argc, argv)
int argc;
char **argv;
OpenPOWER on IntegriCloud