summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorMiss Islington (bot) <31488909+miss-islington@users.noreply.github.com>2018-02-14 21:16:36 (GMT)
committerGitHub <noreply@github.com>2018-02-14 21:16:36 (GMT)
commitf62a9d41b518cc325964d6a3f723fcada340efce (patch)
tree49526955bfdf2c4e56b9d02b99804e3bf9699b7a
parenta23eecab9a0b724bdfde83d159ac2415927f042a (diff)
downloadcpython-f62a9d41b518cc325964d6a3f723fcada340efce.zip
cpython-f62a9d41b518cc325964d6a3f723fcada340efce.tar.gz
cpython-f62a9d41b518cc325964d6a3f723fcada340efce.tar.bz2
Update comment in posixmodule.c (GH-5681)
A closing parentheses was missing. Signed-off-by: Ngie Cooper <yaneurabeya@gmail.com> (cherry picked from commit 7745ec4e356ac1f4eaf43b155f4482c20a907d48) Co-authored-by: ngie-eign <1574099+ngie-eign@users.noreply.github.com>
-rw-r--r--Modules/posixmodule.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/Modules/posixmodule.c b/Modules/posixmodule.c
index 80b1fbd..85ec255 100644
--- a/Modules/posixmodule.c
+++ b/Modules/posixmodule.c
@@ -5780,7 +5780,7 @@ error:
#ifdef HAVE_STROPTS_H
#include <stropts.h>
#endif
-#endif /* defined(HAVE_OPENPTY) || defined(HAVE_FORKPTY) || defined(HAVE_DEV_PTMX */
+#endif /* defined(HAVE_OPENPTY) || defined(HAVE_FORKPTY) || defined(HAVE_DEV_PTMX) */
#if defined(HAVE_OPENPTY) || defined(HAVE__GETPTY) || defined(HAVE_DEV_PTMX)