summaryrefslogtreecommitdiffstats
path: root/Python
diff options
context:
space:
mode:
authorTim Peters <tim.peters@gmail.com>2001-03-01 02:20:01 (GMT)
committerTim Peters <tim.peters@gmail.com>2001-03-01 02:20:01 (GMT)
commit5819aa8b32a1722495868afb66a3dd4dc63df51d (patch)
treed5d947546771996126692c322866a59d195d8689 /Python
parent430f5d401df053ebc458987b713c6d29f2b731f2 (diff)
downloadcpython-5819aa8b32a1722495868afb66a3dd4dc63df51d.zip
cpython-5819aa8b32a1722495868afb66a3dd4dc63df51d.tar.gz
cpython-5819aa8b32a1722495868afb66a3dd4dc63df51d.tar.bz2
Remove extra close curly in code #ifdef'ed out on my box.
Diffstat (limited to 'Python')
-rw-r--r--Python/import.c1
1 files changed, 0 insertions, 1 deletions
diff --git a/Python/import.c b/Python/import.c
index 236a68d..317e2c8 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