From 792f0e36593d1ec13ccb8a622ca5542c500577b4 Mon Sep 17 00:00:00 2001 From: Bram Moolenaar Date: Tue, 27 Feb 2018 17:27:13 +0100 Subject: patch 8.0.1550: various small problems in source files Problem: Various small problems in source files. Solution: Fix the problems. --- src/pty.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'src/pty.c') diff --git a/src/pty.c b/src/pty.c index 1a27ab69b..940f63e02 100644 --- a/src/pty.c +++ b/src/pty.c @@ -268,7 +268,7 @@ OpenPTY(char **ttyn) #endif #if defined(HAVE_SVR4_PTYS) && !defined(PTY_DONE) && !defined(hpux) \ - && !(defined(MACOS_X) && !defined(MAC_OS_X_VERSION_10_6)) + && !(defined(MACOS_X) && !defined(MAC_OS_X_VERSION_10_6)) /* NOTE: Even though HPUX can have /dev/ptmx, the code below doesn't work! * Same for Mac OS X Leopard (10.5). */ -- cgit v1.2.1