summaryrefslogtreecommitdiff
path: root/pr/tests/strod.c
diff options
context:
space:
mode:
Diffstat (limited to 'pr/tests/strod.c')
-rw-r--r--pr/tests/strod.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/pr/tests/strod.c b/pr/tests/strod.c
index 3d1503e0..7a148923 100644
--- a/pr/tests/strod.c
+++ b/pr/tests/strod.c
@@ -67,7 +67,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;