int main, not void

This commit is contained in:
Peter Wemm 1999-08-30 07:46:45 +00:00
parent 562502babb
commit 5dfc9e1565

View File

@ -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;