mirror of https://github.com/python/cpython.git
Remove extra close curly in code #ifdef'ed out on my box.
This commit is contained in:
parent
430f5d401d
commit
5819aa8b32
|
@ -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
|
||||
|
|
Loading…
Reference in New Issue