From: Guido van Rossum Date: Fri, 17 Feb 1995 15:11:36 +0000 (+0000) Subject: fix comment opener after #endif X-Git-Tag: v1.2b4~225 X-Git-Url: http://git.ipfire.org/gitweb.cgi?a=commitdiff_plain;h=a38a5035768854e9e0d7e071baab30a0828bbc3a;p=thirdparty%2FPython%2Fcpython.git fix comment opener after #endif --- diff --git a/Modules/posixmodule.c b/Modules/posixmodule.c index 0e4331ba9a72..dec9db6eec24 100644 --- a/Modules/posixmodule.c +++ b/Modules/posixmodule.c @@ -57,7 +57,7 @@ extern int unlink PROTO((const char *)); extern int pclose PROTO((FILE *)); #ifdef HAVE_SYMLINK extern int symlink PROTO((const char *, const char *)); -#endif /_ HAVE_SYMLINK */ +#endif /* HAVE_SYMLINK */ #ifdef HAVE_LSTAT extern int lstat PROTO((const char *, struct stat *)); #endif /* HAVE_LSTAT */