Fix a possibly confusing comment at end of pump_from_tmp_fd.
authorEli Zaretskii <eliz@gnu.org>
Sat, 4 May 2013 07:56:32 +0000 (10:56 +0300)
committerEli Zaretskii <eliz@gnu.org>
Sat, 4 May 2013 07:56:32 +0000 (10:56 +0300)
job.c

diff --git a/job.c b/job.c
index 9a67ec419f9224b3e68fde56aff6980d107cb544..548f21abadb415dd551de1656bf5dc0e7716a35b 100644 (file)
--- a/job.c
+++ b/job.c
@@ -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;
 }