From 5819aa8b32a1722495868afb66a3dd4dc63df51d Mon Sep 17 00:00:00 2001 From: Tim Peters Date: Thu, 1 Mar 2001 02:20:01 +0000 Subject: [PATCH] Remove extra close curly in code #ifdef'ed out on my box. --- Python/import.c | 1 - 1 file changed, 1 deletion(-) diff --git a/Python/import.c b/Python/import.c index 236a68d6ba2..317e2c8d43b 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