From: ngie-eign <1574099+ngie-eign@users.noreply.github.com> Date: Wed, 14 Feb 2018 19:54:28 +0000 (-0800) Subject: Update comment in posixmodule.c (GH-5681) X-Git-Tag: v3.8.0a1~2222 X-Git-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=7745ec4e356ac1f4eaf43b155f4482c20a907d48;p=python Update comment in posixmodule.c (GH-5681) A closing parentheses was missing. Signed-off-by: Ngie Cooper --- diff --git a/Modules/posixmodule.c b/Modules/posixmodule.c index 72fda6a219..d242df0b6f 100644 --- a/Modules/posixmodule.c +++ b/Modules/posixmodule.c @@ -6102,7 +6102,7 @@ error: #ifdef HAVE_STROPTS_H #include #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)