summaryrefslogtreecommitdiff
path: root/pr/tests/env.c
diff options
context:
space:
mode:
Diffstat (limited to 'pr/tests/env.c')
-rw-r--r--pr/tests/env.c6
1 files changed, 3 insertions, 3 deletions
diff --git a/pr/tests/env.c b/pr/tests/env.c
index c11588d6..5da05b60 100644
--- a/pr/tests/env.c
+++ b/pr/tests/env.c
@@ -73,7 +73,7 @@ int main(int argc, char **argv)
PL_DestroyOptState(opt);
} /* end block "Get command line options" */
-#if 0
+#if 0
{
/*
** This uses Windows native environment manipulation
@@ -88,7 +88,7 @@ int main(int argc, char **argv)
}
if (verbose) printf("env: SetEnvironmentVariable() worked\n");
- size = GetEnvironmentVariable( ENVNAME, envBuf, ENVBUFSIZE );
+ size = GetEnvironmentVariable( ENVNAME, envBuf, ENVBUFSIZE );
if ( size == 0 ) {
if (debug) printf("env: Shit! GetEnvironmentVariable() failed. Found: %s\n", envBuf );
failedAlready = PR_TRUE;
@@ -245,7 +245,7 @@ int main(int argc, char **argv)
} else {
if (verbose) printf( "env: PR_GetEnv() after RAW un-set found: %s\n", value );
}
-
+
/* ---------------------------------------------------------------------- */
/* set it again ... */
envBuf = NewBuffer( ENVBUFSIZE );