Fix minor style issue in _dll_crt0.

Fix missing space.

Signed-off-by: Corinna Vinschen <corinna@vinschen.de>
This commit is contained in:
Corinna Vinschen 2015-12-07 18:41:15 +01:00
parent fb71716d2c
commit 87db9e0680
1 changed files with 1 additions and 1 deletions

View File

@ -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)