Welcome to mirror list, hosted at ThFree Co, Russian Federation.

cygwin.com/git/newlib-cygwin.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorChristopher Faylor <me@cgf.cx>2006-09-13 19:33:37 +0400
committerChristopher Faylor <me@cgf.cx>2006-09-13 19:33:37 +0400
commit8552e20ec41312d5e6cc33011a1023b9db03cff3 (patch)
tree8c288f65945b58c9c0044fa1e26f165b848a70d4 /winsup/utils/cygcheck.cc
parentaa45b3b73d945ca6f6f8101614131f5c39e5d8ac (diff)
white space
Diffstat (limited to 'winsup/utils/cygcheck.cc')
-rw-r--r--winsup/utils/cygcheck.cc2
1 files changed, 1 insertions, 1 deletions
diff --git a/winsup/utils/cygcheck.cc b/winsup/utils/cygcheck.cc
index 0cbde87f0..c88ff49dd 100644
--- a/winsup/utils/cygcheck.cc
+++ b/winsup/utils/cygcheck.cc
@@ -1839,7 +1839,7 @@ main (int argc, char **argv)
user's original environment. */
char *posixly = getenv ("POSIXLY_CORRECT");
if (posixly == NULL)
- (void) putenv("POSIXLY_CORRECT=1");
+ (void) putenv("POSIXLY_CORRECT=1");
while ((i = getopt_long (argc, argv, opts, longopts, NULL)) != EOF)
switch (i)
{