Fix minor style issue in _dll_crt0.
Fix missing space. Signed-off-by: Corinna Vinschen <corinna@vinschen.de>
This commit is contained in:
parent
fb71716d2c
commit
87db9e0680
|
@ -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)
|
||||
|
|
Loading…
Reference in New Issue