diff options
author | Tim Peters <tim.peters@gmail.com> | 2001-03-01 02:20:01 (GMT) |
---|---|---|
committer | Tim Peters <tim.peters@gmail.com> | 2001-03-01 02:20:01 (GMT) |
commit | 5819aa8b32a1722495868afb66a3dd4dc63df51d (patch) | |
tree | d5d947546771996126692c322866a59d195d8689 /Python | |
parent | 430f5d401df053ebc458987b713c6d29f2b731f2 (diff) | |
download | cpython-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.c | 1 |
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 |