]> granicus.if.org Git - python/commitdiff
Update comment in posixmodule.c (GH-5681)
authorMiss Islington (bot) <31488909+miss-islington@users.noreply.github.com>
Wed, 14 Feb 2018 21:16:36 +0000 (13:16 -0800)
committerGitHub <noreply@github.com>
Wed, 14 Feb 2018 21:16:36 +0000 (13:16 -0800)
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>
Modules/posixmodule.c

index 80b1fbdfd253b72fc5cacd2032c2addf74af4474..85ec255fcb4f7cfbb9ae7fda4fec0b0b1e9f6346 100644 (file)
@@ -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)