From 0a8c15efe36afd177ae072cbf6e279027d191800 Mon Sep 17 00:00:00 2001 From: "wtc%netscape.com" Date: Tue, 8 Aug 2000 21:33:51 +0000 Subject: [PATCH] Make main() return int explicitly. --- nsprpub/pr/tests/servr_kk.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/nsprpub/pr/tests/servr_kk.c b/nsprpub/pr/tests/servr_kk.c index 68f4ff12eca2..d94233438dbc 100644 --- a/nsprpub/pr/tests/servr_kk.c +++ b/nsprpub/pr/tests/servr_kk.c @@ -541,7 +541,7 @@ static void Measure(void (*func)(void), const char *msg) } -main(int argc, char **argv) +int main(int argc, char **argv) { /* The command line argument: -d is used to determine if the test is being run in debug mode. The regress tool requires only one line output:PASS or FAIL.