From 9b4089434290bfd71df3d0d465c0ffbf9e58ee73 Mon Sep 17 00:00:00 2001 From: Renaud Fivet Date: Thu, 19 Mar 2015 14:27:58 +0800 Subject: [PATCH] Fix CID 39908: Dead code. --- spawn.c | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/spawn.c b/spawn.c index 9aabf59..f0207d7 100644 --- a/spawn.c +++ b/spawn.c @@ -364,10 +364,10 @@ int pipecmd(int f, int n) TTflush(); sgarbf = TRUE; s = TRUE; -#endif - +#else if (s != TRUE) return s; +#endif /* split the current window to make room for the command output */ if (splitwind(FALSE, 1) == FALSE)