Skip to content

Commit

Permalink
spawn: Fix a typo in Windows compatibility code
Browse files Browse the repository at this point in the history
Thanks to Dimitar for spotting this.
  • Loading branch information
b4n committed Jul 12, 2015
1 parent 01b01cc commit 5b341b1
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/spawn.h
Expand Up @@ -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>
Expand Down

0 comments on commit 5b341b1

Please sign in to comment.