summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorwtc <devnull@localhost>1998-04-20 19:04:42 +0000
committerwtc <devnull@localhost>1998-04-20 19:04:42 +0000
commit80030011aff029e44e6e72ea277e0c32e33999d7 (patch)
tree43fdd2f58ace3f053effcbfe9a628d9fbb0b9022
parent39e0e00f83cc13e96a7e9f213238c31938f70c9a (diff)
downloadnspr-hg-80030011aff029e44e6e72ea277e0c32e33999d7.tar.gz
Eliminated compiler warnings. Fixed by Rick Osborne <rick@spacey.net>.
-rw-r--r--pr/tests/join.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/pr/tests/join.c b/pr/tests/join.c
index 8839d220..108b11f0 100644
--- a/pr/tests/join.c
+++ b/pr/tests/join.c
@@ -67,7 +67,7 @@ extern void SetupMacPrintfLog(char *logFile);
***********************************************************************/
-static Test_Result (int result)
+static void Test_Result (int result)
{
if (result == PASS)
printf ("PASS\n");