summaryrefslogtreecommitdiffstats
path: root/Modules/posixmodule.c
diff options
context:
space:
mode:
authorMiss Islington (bot) <31488909+miss-islington@users.noreply.github.com>2018-02-14 21:06:46 (GMT)
committerGitHub <noreply@github.com>2018-02-14 21:06:46 (GMT)
commitf0616ce137abecd18e9a1b1e191f657f049a4147 (patch)
tree130d6c8dc3063dc43fba7a19a236228a1992c14a /Modules/posixmodule.c
parent8caee0fa572e8ced00df553a7bdca49ddaf729e8 (diff)
downloadcpython-f0616ce137abecd18e9a1b1e191f657f049a4147.zip
cpython-f0616ce137abecd18e9a1b1e191f657f049a4147.tar.gz
cpython-f0616ce137abecd18e9a1b1e191f657f049a4147.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>
Diffstat (limited to 'Modules/posixmodule.c')
-rw-r--r--Modules/posixmodule.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/Modules/posixmodule.c b/Modules/posixmodule.c
index 63f5b2a..7304fee 100644
--- a/Modules/posixmodule.c
+++ b/Modules/posixmodule.c
@@ -6102,7 +6102,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)