diff options
| author | Peter Wemm <peter@FreeBSD.org> | 1999-08-30 07:46:45 +0000 |
|---|---|---|
| committer | Peter Wemm <peter@FreeBSD.org> | 1999-08-30 07:46:45 +0000 |
| commit | 5dfc9e15651309907b3ef97ad65b47708ade91bf (patch) | |
| tree | a1c9d998507453607f95ae12607ae3d3f90bdf04 | |
| parent | 562502babbbbe2abfe389f16b63e8b650203b516 (diff) | |
Notes
| -rw-r--r-- | games/arithmetic/arithmetic.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/games/arithmetic/arithmetic.c b/games/arithmetic/arithmetic.c index 8c329dea7b2d..06bc49e3bad9 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; |
