From: Tim Peters Date: Thu, 1 Mar 2001 02:20:01 +0000 (+0000) Subject: Remove extra close curly in code #ifdef'ed out on my box. X-Git-Tag: v2.1b1~87 X-Git-Url: http://git.ipfire.org/gitweb.cgi?a=commitdiff_plain;h=5819aa8b32a1722495868afb66a3dd4dc63df51d;p=thirdparty%2FPython%2Fcpython.git Remove extra close curly in code #ifdef'ed out on my box. --- diff --git a/Python/import.c b/Python/import.c index 236a68d6ba2c..317e2c8d43ba 100644 --- a/Python/import.c +++ b/Python/import.c @@ -1141,7 +1141,6 @@ case_ok(char *buf, int len, int namelen, char *name) } (void)closedir(dirp); return 0 ; /* Not found */ -} /* assuming it's a case-sensitive filesystem, so there's nothing to do! */ #else