From: Eli Zaretskii Date: Sat, 4 May 2013 07:56:32 +0000 (+0300) Subject: Fix a possibly confusing comment at end of pump_from_tmp_fd. X-Git-Tag: 3.99.90~26 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=cb2be0db36b9730d9879dec4332141ee4db9377f;p=thirdparty%2Fmake.git Fix a possibly confusing comment at end of pump_from_tmp_fd. --- diff --git a/job.c b/job.c index 9a67ec41..548f21ab 100644 --- 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; }