This is the mail archive of the cygwin-cvs@cygwin.com mailing list for the Cygwin project.


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]
Other format: [Raw text]

[newlib-cygwin] Fix minor style issue in _dll_crt0.


https://sourceware.org/git/gitweb.cgi?p=newlib-cygwin.git;h=87db9e0680d011109637f5a83b4724c39aecf173

commit 87db9e0680d011109637f5a83b4724c39aecf173
Author: Corinna Vinschen <corinna@vinschen.de>
Date:   Mon Dec 7 18:41:15 2015 +0100

    Fix minor style issue in _dll_crt0.
    
    	Fix missing space.
    
    Signed-off-by: Corinna Vinschen <corinna@vinschen.de>

Diff:
---
 winsup/cygwin/dcrt0.cc | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/winsup/cygwin/dcrt0.cc b/winsup/cygwin/dcrt0.cc
index 2745094..acba8a4 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)


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]