int main, not void

This commit is contained in:
peter 1999-08-30 07:46:45 +00:00
parent 237b828920
commit 0f77396c37

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;