From cb2be0db36b9730d9879dec4332141ee4db9377f Mon Sep 17 00:00:00 2001 From: Eli Zaretskii Date: Sat, 4 May 2013 10:56:32 +0300 Subject: Fix a possibly confusing comment at end of pump_from_tmp_fd. --- job.c | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) (limited to 'job.c') diff --git a/job.c b/job.c index 9a67ec4..548f21a 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; } -- cgit v1.2.3