[geany/geany] 5b341b: spawn: Fix a typo in Windows compatibility code

Colomban Wendling git-noreply at xxxxx
Sun Jul 12 12:23:08 UTC 2015


Branch:      refs/heads/master
Author:      Colomban Wendling <ban at herbesfolles.org>
Committer:   Colomban Wendling <ban at herbesfolles.org>
Date:        Sun, 12 Jul 2015 12:23:08 UTC
Commit:      5b341b12316ed0a23d8809a86df5c3f2459fb6eb
             https://github.com/geany/geany/commit/5b341b12316ed0a23d8809a86df5c3f2459fb6eb

Log Message:
-----------
spawn: Fix a typo in Windows compatibility code

Thanks to Dimitar for spotting this.


Modified Paths:
--------------
    src/spawn.h

Modified: src/spawn.h
2 lines changed, 1 insertions(+), 1 deletions(-)
===================================================================
@@ -27,7 +27,7 @@
 #ifdef G_OS_WIN32
 # define WIFEXITED(status) TRUE
 # define WEXITSTATUS(status) (status)
-# define WIFSIGNALLED(status) FALSE
+# define WIFSIGNALED(status) FALSE
 #else
 # include <sys/types.h>
 # include <sys/wait.h>



--------------
This E-Mail was brought to you by github_commit_mail.py (Source: https://github.com/geany/infrastructure).


More information about the Commits mailing list