diff options
Diffstat (limited to 'pr/tests/xnotify.c')
-rw-r--r-- | pr/tests/xnotify.c | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/pr/tests/xnotify.c b/pr/tests/xnotify.c index 97096cc6..00d35210 100644 --- a/pr/tests/xnotify.c +++ b/pr/tests/xnotify.c @@ -341,7 +341,7 @@ static PRIntn PR_CALLBACK RealMain( PRIntn argc, char **argv ) PR_DestroyLock(ml); - PR_fprintf(err, "Done!\n"); + PR_fprintf(err, "Done!\n"); return 0; } /* main */ @@ -349,7 +349,7 @@ static PRIntn PR_CALLBACK RealMain( PRIntn argc, char **argv ) int main(int argc, char **argv) { PRIntn rv; - + PR_STDIO_INIT(); rv = PR_Initialize(RealMain, argc, argv, 0); return rv; |