]> sourceware.org Git - newlib-cygwin.git/commitdiff
Fix minor style issue in _dll_crt0.
authorCorinna Vinschen <corinna@vinschen.de>
Mon, 7 Dec 2015 17:41:15 +0000 (18:41 +0100)
committerCorinna Vinschen <corinna@vinschen.de>
Mon, 7 Dec 2015 17:41:15 +0000 (18:41 +0100)
Fix missing space.

Signed-off-by: Corinna Vinschen <corinna@vinschen.de>
winsup/cygwin/dcrt0.cc

index 27450940cf2cf95b38ae92176aa90cbdc642926f..acba8a46edde43b8f03e81a68d746237108ec9df 100644 (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)
This page took 0.034448 seconds and 5 git commands to generate.