diff options
Diffstat (limited to 'src')
| -rw-r--r-- | src/w32proc.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/w32proc.c b/src/w32proc.c index 1acae25a9f5..a416403b74b 100644 --- a/src/w32proc.c +++ b/src/w32proc.c | |||
| @@ -1351,7 +1351,7 @@ sys_kill (int pid, int sig) | |||
| 1351 | "for pid %lu\n", GetLastError (), pid)); | 1351 | "for pid %lu\n", GetLastError (), pid)); |
| 1352 | errno = EINVAL; | 1352 | errno = EINVAL; |
| 1353 | rc = -1; | 1353 | rc = -1; |
| 1354 | } | 1354 | } |
| 1355 | } | 1355 | } |
| 1356 | else | 1356 | else |
| 1357 | { | 1357 | { |