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
path: root/winsup
diff options
context:
space:
mode:
authorCorinna Vinschen <corinna@vinschen.de>2015-12-07 20:41:15 +0300
committerCorinna Vinschen <corinna@vinschen.de>2015-12-07 20:41:15 +0300
commit87db9e0680d011109637f5a83b4724c39aecf173 (patch)
tree8e22f596b27d79c8c5cec788f162131e1ec4d309 /winsup
parentfb71716d2c248de22ecd86dd8e3a1f4185eb8e87 (diff)
Fix minor style issue in _dll_crt0.
Fix missing space. Signed-off-by: Corinna Vinschen <corinna@vinschen.de>
Diffstat (limited to 'winsup')
-rw-r--r--winsup/cygwin/dcrt0.cc2
1 files changed, 1 insertions, 1 deletions
diff --git a/winsup/cygwin/dcrt0.cc b/winsup/cygwin/dcrt0.cc
index 27450940c..acba8a46e 100644
--- a/winsup/cygwin/dcrt0.cc
+++ b/winsup/cygwin/dcrt0.cc
@@ -1124,7 +1124,7 @@ _dll_crt0 ()
}
else
/* Fall back to respawning if creating a new stack fails. */
- wow64_respawn_process();
+ wow64_respawn_process ();
}
main_environ = user_data->envptr;
if (in_forkee)