diff options
Diffstat (limited to 'archival/tar.c')
-rw-r--r-- | archival/tar.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/archival/tar.c b/archival/tar.c index 11a74dfe9..79979b05f 100644 --- a/archival/tar.c +++ b/archival/tar.c | |||
@@ -676,7 +676,7 @@ static void handle_SIGCHLD(int status) | |||
676 | /* child exited with 0 */ | 676 | /* child exited with 0 */ |
677 | return; | 677 | return; |
678 | /* Cannot happen? | 678 | /* Cannot happen? |
679 | if(!WIFSIGNALED(status) && !WIFEXITED(status)) return; */ | 679 | if (!WIFSIGNALED(status) && !WIFEXITED(status)) return; */ |
680 | child_error = 1; | 680 | child_error = 1; |
681 | } | 681 | } |
682 | #endif | 682 | #endif |