diff options
Diffstat (limited to 'archival/libunarchive/open_transformer.c')
-rw-r--r-- | archival/libunarchive/open_transformer.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/archival/libunarchive/open_transformer.c b/archival/libunarchive/open_transformer.c index 757a2a389..d6f5e6271 100644 --- a/archival/libunarchive/open_transformer.c +++ b/archival/libunarchive/open_transformer.c | |||
@@ -30,7 +30,7 @@ int open_transformer(int src_fd, | |||
30 | 30 | ||
31 | if (pid == 0) { | 31 | if (pid == 0) { |
32 | /* child process */ | 32 | /* child process */ |
33 | close(fd_pipe[0]); /* We don't wan't to read from the parent */ | 33 | close(fd_pipe[0]); /* We don't want to read from the parent */ |
34 | // FIXME: error check? | 34 | // FIXME: error check? |
35 | #if BB_MMU | 35 | #if BB_MMU |
36 | transformer(src_fd, fd_pipe[1]); | 36 | transformer(src_fd, fd_pipe[1]); |