Branch: refs/heads/master Author: Colomban Wendling ban@herbesfolles.org Committer: Colomban Wendling ban@herbesfolles.org Date: Sun, 12 Jul 2015 12:23:08 UTC Commit: 5b341b12316ed0a23d8809a86df5c3f2459fb6eb https://github.com/geany/geany/commit/5b341b12316ed0a23d8809a86df5c3f2459fb6...
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).