mirror of
https://github.com/python/cpython.git
synced 2025-09-09 18:32:22 +00:00
Remove extra close curly in code #ifdef'ed out on my box.
This commit is contained in:
parent
430f5d401d
commit
5819aa8b32
1 changed files with 0 additions and 1 deletions
|
@ -1141,7 +1141,6 @@ case_ok(char *buf, int len, int namelen, char *name)
|
||||||
}
|
}
|
||||||
(void)closedir(dirp);
|
(void)closedir(dirp);
|
||||||
return 0 ; /* Not found */
|
return 0 ; /* Not found */
|
||||||
}
|
|
||||||
|
|
||||||
/* assuming it's a case-sensitive filesystem, so there's nothing to do! */
|
/* assuming it's a case-sensitive filesystem, so there's nothing to do! */
|
||||||
#else
|
#else
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue