diff options
-rw-r--r-- | pr/tests/join.c | 2 |
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"); |