summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--pr/src/md/mac/prgcleak.c4
1 files changed, 2 insertions, 2 deletions
diff --git a/pr/src/md/mac/prgcleak.c b/pr/src/md/mac/prgcleak.c
index 49b38b60..a27b9b69 100644
--- a/pr/src/md/mac/prgcleak.c
+++ b/pr/src/md/mac/prgcleak.c
@@ -37,8 +37,8 @@ extern FILE *GC_stdout, *GC_stderr;
extern void GC_gcollect(void);
extern void GC_clear_roots(void);
-static PRStatus PR_CALLBACK scanner(PRThread* t, void** baseAddr, PRUword
-count, void* closure)
+static PRStatus PR_CALLBACK scanner(PRThread* t, void** baseAddr,
+ PRUword count, void* closure)
{
char* begin = (char*)baseAddr;
char* end = (char*)(baseAddr + count);