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: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=5819aa8b32a1722495868afb66a3dd4dc63df51d;p=python Remove extra close curly in code #ifdef'ed out on my box. --- diff --git a/Python/import.c b/Python/import.c index 236a68d6ba..317e2c8d43 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