diff options
author | Eli Zaretskii <eliz@gnu.org> | 2013-05-04 10:56:32 +0300 |
---|---|---|
committer | Eli Zaretskii <eliz@gnu.org> | 2013-05-04 10:56:32 +0300 |
commit | cb2be0db36b9730d9879dec4332141ee4db9377f (patch) | |
tree | bf55839637d5b34b83e3e52c02899d5500525f22 | |
parent | 01bad6f73a55cf5075c6e48543a63a6094135a7d (diff) | |
download | gunmake-cb2be0db36b9730d9879dec4332141ee4db9377f.tar.gz |
Fix a possibly confusing comment at end of pump_from_tmp_fd.
-rw-r--r-- | job.c | 3 |
1 files changed, 2 insertions, 1 deletions
@@ -688,7 +688,8 @@ pump_from_tmp_fd (int from_fd, int to_fd) #endif /* This is needed to avoid the "label at end of compound statement" - diagnostics on Posix platforms. */ + diagnostics on Posix platforms, which don't see the above + ifdef'ed code. */ return; } |